Idris2-boot/tests/idris2/coverage002/expected

9 lines
296 B
Plaintext
Raw Normal View History

1/1: Building Vect (Vect.idr)
2019-06-24 17:16:49 +03:00
Welcome to Idris 2 version 0.0. Enjoy yourself!
Main> Main.append: All cases covered
Main> Main.funny: All cases covered
Main> Main.notFunny:
notFunny (False :: (False :: (True :: (True :: _))))
notFunny (False :: (True :: (True :: (True :: _))))
Main> Bye for now!