reformat
This commit is contained in:
@ -20,8 +20,7 @@
|
|||||||
[let1E (var : Symbol) (te : TypeExp) (value : Exp) (body : Exp)]
|
[let1E (var : Symbol) (te : TypeExp) (value : Exp) (body : Exp)]
|
||||||
[recE (var : Symbol) (te : TypeExp) (value : Exp) (body : Exp)]
|
[recE (var : Symbol) (te : TypeExp) (value : Exp) (body : Exp)]
|
||||||
[objE (fields : (Listof (Symbol * Exp)))]
|
[objE (fields : (Listof (Symbol * Exp)))]
|
||||||
[msgE (obj : Exp) (selector : Symbol)]
|
[msgE (obj : Exp) (selector : Symbol)])
|
||||||
)
|
|
||||||
|
|
||||||
(define-type Type
|
(define-type Type
|
||||||
[numT]
|
[numT]
|
||||||
|
Reference in New Issue
Block a user