parent
c201133d4d
commit
d96bf8a633
1 changed files with 4 additions and 0 deletions
4
tests/lean/run/1547.lean
Normal file
4
tests/lean/run/1547.lean
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
def foo (x : {_ : Unit} → StateM Nat Nat) : Nat :=
|
||||
(@x () 0).1
|
||||
|
||||
def bar := foo (return 42)
|
||||
Loading…
Add table
Reference in a new issue