forked from GitHub/gf-core
Fixes for the haddock documentation
This commit is contained in:
@@ -98,7 +98,7 @@ delta f vs =
|
||||
Plus -> ap2 ((+)::Int->Int->Int)
|
||||
EqInt -> ap2 ((==)::Int->Int->Bool)
|
||||
LessInt -> ap2 ((<)::Int->Int->Bool)
|
||||
{- | Show | Read | ToStr | MapStr | EqVal -}
|
||||
{- -- | Show | Read | ToStr | MapStr | EqVal -}
|
||||
Error -> ap1 VError
|
||||
-- Canonical values:
|
||||
PBool -> canonical
|
||||
|
||||
Reference in New Issue
Block a user