Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Basic configurations to get started.
The heavy lifter
Basic index types
Under the hood
A trick to reduce noise by hiding newtype wrapper constructors. This makes the documentation more palatable.
>>>
show (NoShow (Plain 3) :: Plain :$: Int)
"3">>>
show (Colline 4 2 :.. Vallee (offset 3) (offset 3) :: Interval (Colline N N))
"Colline 4 2 :.. Vallee (offset 3) (offset 3)"
NoShow (f x) |