mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2025-01-03 18:25:16 +03:00
5caa277cbe
These are related to the change in naming and metavariables, mostly
21 lines
764 B
Plaintext
21 lines
764 B
Plaintext
1/1: Building Total (Total.idr)
|
|
Welcome to Idris 2 version 0.0. Enjoy yourself!
|
|
Main> Main.ack is total
|
|
Main> Main.foo is total
|
|
Main> Main.ordElim is total
|
|
Main> Main.bar is total
|
|
Main> Main.swapR is total
|
|
Main> Main.loopy is not terminating due to recursive path Main.loopy
|
|
Main> Main.foom is total
|
|
Main> Main.pfoom is not terminating due to recursive path Main.pfoom -> Main.pfoom
|
|
Main> Main.even is total
|
|
Main> Main.vtrans is not terminating due to recursive path Main.vtrans -> Main.vtrans
|
|
Main> Main.GTree is total
|
|
Main> Main.size is total
|
|
Main> Main.qsortBad is not terminating due to recursive path Main.qsortBad -> Main.qsortBad
|
|
Main> Main.qsort is total
|
|
Main> Main.qsort' is total
|
|
Main> Main.sorted is total
|
|
Main> Main.mergeBy is total
|
|
Main> Bye for now!
|