Cross Reference: Binder.hascasl
xref
: /
hets
/
HasCASL
/
test
/
Binder.hascasl
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
Binder.hascasl revision 4e013227ed41ccd2e3d09dd44bedd651e1901f38
0
N/A
var a, b : Type
2362
N/A
type M : Type -> Type
0
N/A
0
N/A
op __ >>= __ : M a * (a ->? M b) ->? M b
0
N/A
%binder(__ <- __ :. __)% %binder(do __ <- __ :. __)%
0
N/A
0
N/A
var p : M a; q : a -> M a
0
N/A
0
N/A
. def do x <- p :. do y <- q x :. do z <- q y :. q z
0
N/A