haskell my beloved
This commit is contained in:
14
src/Core.hs
Normal file
14
src/Core.hs
Normal file
@@ -0,0 +1,14 @@
|
||||
module Core where
|
||||
----------------------------------------------------------------------------------
|
||||
|
||||
data Expr = Let Rec [Binding] Expr
|
||||
| Case Expr [Alt]
|
||||
|
||||
data Binding
|
||||
|
||||
data Rec
|
||||
|
||||
data Alt
|
||||
|
||||
type Name = String
|
||||
|
||||
Reference in New Issue
Block a user