Cross Reference: Items.hascasl
xref
: /
hets
/
HasCASL
/
test
/
Items.hascasl
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
Items.hascasl revision 9b3f1a9c8994dc5a964d53de628f650317fa6d6f
277
N/A
type ** : Type -> Type -> Type
277
N/A
var a < c
277
N/A
var {a}: c -> d
277
N/A
class Monad < Type -> Type
911
N/A
type a : Monad := \ t . t -> t
851
N/A
free type Term ::= Var Variable | Lam Variable Term | App Term Term
277
N/A
type WNet={(sys,i,o): T * T * T . i = o }
277
N/A
var a+ : Type
919
N/A
var -
919
N/A
var []+
919
N/A
op a:? b
919
N/A
op a: ? b
919
N/A