forked from GitHub/gf-core
Generate JavaScript type annotator. Use lindef in JavaScript.
This commit is contained in:
@@ -44,6 +44,7 @@ data Expr =
|
||||
| ENull
|
||||
| EThis
|
||||
| EFun [Ident] [Stmt]
|
||||
| EArray [Expr]
|
||||
| ESeq [Expr]
|
||||
deriving (Eq,Ord,Show)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user