less prototype, less bad code implementation of CCHM type theory
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
253 B

  1. {-# PRIMITIVE pretype Pretype #-}
  2. I : Pretype
  3. {-# PRIMITIVE interval I #-}
  4. i0 : I
  5. i1 : I
  6. {-# PRIMITIVE i0 #-}
  7. {-# PRIMITIVE i1 #-}
  8. iand : I -> I -> I
  9. {-# PRIMITIVE iand #-}
  10. ior : I -> I -> I
  11. {-# PRIMITIVE ior #-}
  12. inot : I -> I
  13. {-# PRIMITIVE inot #-}