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

Revision 11877, 311 bytes (checked in by maeder, 5 months ago)

disallowed explicit pseudo type notation following := (assign)

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