unison-parser-typechecker-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Unison.PatternMatchCoverage.IntervalSet

Synopsis

Documentation

insert :: (Int, Int) -> IntervalSet -> IntervalSet Source #

insert inclusive bounds interval into set

foldr :: (Int -> Int -> b -> b) -> b -> IntervalSet -> b Source #