lean4-htt/tests/lean/run/check_monad_mk.lean
Leonardo de Moura e98f69d1ac fix(frontends/lean/elaborator): ignore auto/default params when @ is used
see #1485

@kha We need this commit to be able to execute commands such as:
```lean
  #check @monad.mk
```
2017-03-27 13:42:08 -07:00

3 lines
59 B
Text

#check @monad.mk
#check @functor.mk
#check @applicative.mk