root/trunk/HasCASL/test/Items.hascasl.output @ 7441

Revision 7441, 301 bytes (checked in by 2maeder, 3 years ago)

treat a missing kind as universe in genVarDecls

  • 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 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.