Idris-dev/test/docs004/expected
David Raymond Christiansen 274b6b1366 Fix test bitrot
2015-05-05 21:04:06 +02:00

16 lines
316 B
Plaintext

MkFoo : (bar : Nat) -> (baz : Bool) -> Foo a
Constructor for Foo
Arguments:
(implicit) a : Type -- a type
bar : Nat -- A field bar
baz : Bool -- A field baz
bar : (rec : Foo a) -> Nat
A field bar
baz : (rec : Foo a) -> Bool
A field baz