7 lines
87 B
Text
7 lines
87 B
Text
def bar (x) := 1
|
|
|
|
inductive Foo where
|
|
| bar (x)
|
|
|
|
structure Bla where
|
|
bar (x) : Nat
|