root/trunk/HasCASL/test/Items.hascasl @ 10650

Revision 10650, 287 bytes (checked in by maeder, 15 months ago)

require kind in GEN-VAR-DECL #579

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1type ** : Type -> Type -> Type
2var a < c
3var {a}: c -> d
4class Monad < Type -> Type
5type a : Monad := \ t . t -> t
6free type Term ::=  Var Variable | Lam Variable Term | App Term Term
7type WNet={(sys,i,o): T * T * T . i = o }
8var a+ : Type
9var - : Type
10var []+ : Type
11op a:? b
12op a: ? b
Note: See TracBrowser for help on using the browser.