К
Size: a a a
К
p
VS
p
DS
DS
AZ
AZ
AZ
AdderType : (numargs : Nat) -> Type
AdderType Z = Int
AdderType (S k) = (next : Int) -> AdderType k
AZ
adder0 : Int -> Int...
adder1 : Int -> Int -> Int
adder2 : Int -> Int -> Int -> Int
adder : (numargs : Nat) -> AdderType (S numargs)
VS
VS
p
VS
AZ
AZ
AZ
AZ
AZ
AZ