mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 17:42:51 -06:00
typo in gf-tutorial: enougo->enough
This commit is contained in:
@@ -5581,7 +5581,7 @@ The generated Haskell module also contains
|
|||||||
_ -> error ("no Question " ++ show t)
|
_ -> error ("no Question " ++ show t)
|
||||||
</PRE>
|
</PRE>
|
||||||
<P>
|
<P>
|
||||||
For the programmer, it is enougo to know:
|
For the programmer, it is enough to know:
|
||||||
</P>
|
</P>
|
||||||
<UL>
|
<UL>
|
||||||
<LI>all GF names are in Haskell prefixed with <CODE>G</CODE>
|
<LI>all GF names are in Haskell prefixed with <CODE>G</CODE>
|
||||||
|
|||||||
@@ -4810,7 +4810,7 @@ instance Gf GQuestion where
|
|||||||
DTr [] (AC (CId "Prime")) [x1] -> GPrime (fg x1)
|
DTr [] (AC (CId "Prime")) [x1] -> GPrime (fg x1)
|
||||||
_ -> error ("no Question " ++ show t)
|
_ -> error ("no Question " ++ show t)
|
||||||
```
|
```
|
||||||
For the programmer, it is enougo to know:
|
For the programmer, it is enough to know:
|
||||||
- all GF names are in Haskell prefixed with ``G``
|
- all GF names are in Haskell prefixed with ``G``
|
||||||
- ``gf`` translates from Haskell objects to GF trees
|
- ``gf`` translates from Haskell objects to GF trees
|
||||||
- ``fg`` translates from GF trees to Haskell objects
|
- ``fg`` translates from GF trees to Haskell objects
|
||||||
|
|||||||
Reference in New Issue
Block a user