summaryrefslogtreecommitdiff
path: root/language/manual.tex
AgeCommit message (Collapse)Author
2017-03-15rename "manual.tex" to "type_system.tex"Peter Sewell
fix Makefile clean
2017-01-30Restore manual.tex, accidentally deletedKathy Gray
Minor updates to README, still in progress
2016-09-25Catch formal type system up to reality, in progressKathy Gray
2016-03-02Add new language feature to permit definitions of items of kind Nat, etc as ↵Kathy Gray
well as items of kind Type. Syntax for the feature is: def Nat id = nexp Note: some useful nexps may not parse properly. All typedef forms can also be used as def Type ... if desired, but this is not required.
2016-02-25A bit better readmeKathy Gray
A few more tips Trying to fix up and bring up to date the built-in types and library
2016-02-25Expand what advice and information is in the manual slightlyKathy Gray
2016-02-25Restore manual.tex mysteriously deleted by peter in May 2015.Robert Norton
2015-05-09use less confusing Ott binaryPeter Sewell
2014-12-03Type rules unto coercion now represented in ottKathy Gray
2014-11-27Start having a manual of sorts. At least specify the built in functionsKathy Gray
(list not complete)