diff options
| author | hallgren <hallgren@chalmers.se> | 2014-10-15 20:42:36 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2014-10-15 20:42:36 +0000 |
| commit | 393dde2eb93a975442697c177dbb161e4300bea0 (patch) | |
| tree | c1a9b693e6ffcd154eb1105ba973317638073dd9 /src/compiler/GF/Compile/Compute/Predef.hs | |
| parent | 8381c7b0c05c7086325c7adcebc1cfe7fffd6ad4 (diff) | |
Fixes for the haddock documentation
Diffstat (limited to 'src/compiler/GF/Compile/Compute/Predef.hs')
| -rw-r--r-- | src/compiler/GF/Compile/Compute/Predef.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Compile/Compute/Predef.hs b/src/compiler/GF/Compile/Compute/Predef.hs index 74697a89b..ba215ba30 100644 --- a/src/compiler/GF/Compile/Compute/Predef.hs +++ b/src/compiler/GF/Compile/Compute/Predef.hs @@ -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 |
