improved absfuns.html generation, added links, improved comments in source files to give better documentation

This commit is contained in:
aarne
2015-10-14 09:05:37 +00:00
parent d277fe88e1
commit bb289d9297
11 changed files with 883 additions and 826 deletions

View File

@@ -12,7 +12,7 @@ fun
SymbPN : Symb -> PN ; -- x
IntPN : Int -> PN ; -- 27
FloatPN : Float -> PN ; -- 3.14159
NumPN : Card -> PN ;
NumPN : Card -> PN ; -- twelve [as proper name]
CNNumNP : CN -> Card -> NP ; -- level five ; level 5
CNSymbNP : Det -> CN -> [Symb] -> NP ; -- (the) (2) numbers x and y
@@ -37,7 +37,7 @@ cat
[Symb]{2} ;
fun
MkSymb : String -> Symb ;
MkSymb : String -> Symb ; -- foo [making a symbol from a string]
--2 Obsolescent