test(tests/lean/run/print): add tests for 'print' cmd
This commit is contained in:
parent
16562adb87
commit
f7e1b67f6c
1 changed files with 9 additions and 0 deletions
9
tests/lean/run/print.lean
Normal file
9
tests/lean/run/print.lean
Normal file
|
@ -0,0 +1,9 @@
|
|||
import data.num logic data.prod data.nat data.int algebra.category
|
||||
open num prod int nat category functor
|
||||
|
||||
print instances inhabited
|
||||
print raw 3+2
|
||||
print options
|
||||
print coercions functor
|
||||
print "-----------"
|
||||
print coercions
|
Loading…
Reference in a new issue