RTN.hs 168 B

1234567891011121314
  1. {-# OPTIONS -fglasgow-exts #-}
  2. -- Generated by Alonzo
  3. module RTN where
  4. import RTS
  5. name1 = "Nat"
  6. data T1 a = C2
  7. | C3 a
  8. d1 = ()
  9. name2 = "zero"
  10. name3 = "suc"