greatBigDot

Results 2 issues of greatBigDot

I ran into some odd behavior when using Idris' inline documentation features. I first noticed the problem when using double quotes: ||| This is a representation of a "Magma", an...

$(singletons [d| data Nat = Z | S Nat data Vec n a where VNil :: Vec 'Z a (:::) :: a -> Vec n a -> Vec ('S n)...

enhancement