Show
Ignore:
Timestamp:
03.07.2009 18:38:45 (5 months ago)
Author:
maeder
Message:

disallowed explicit pseudo type notation following := (assign)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/HasCASL/test/Items.hascasl

    r10650 r11877  
    33var {a}: c -> d 
    44class Monad < Type -> Type 
    5 type a : Monad := \ t . t -> t 
     5type (a : Monad) t := t -> t 
    66free type Term ::=  Var Variable | Lam Variable Term | App Term Term 
    77type WNet={(sys,i,o): T * T * T . i = o }