3 lines
74 B
Text
3 lines
74 B
Text
def foo (ty : Expr) : MetaM Expr :=
|
|
match_expr ty with
|
|
| Nat => sorry
|
def foo (ty : Expr) : MetaM Expr :=
|
|
match_expr ty with
|
|
| Nat => sorry
|