Idris2/tests/idris2/basic021/expected

5 lines
160 B
Plaintext
Raw Normal View History

1/1: Building CaseDep (CaseDep.idr)
Main> Main.foo : Nat -> (x : Bool) -> IntOrChar x -> String
foo num x i = if x then show num else show i
Main> Bye for now!