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.

9 lines
221 B

  1. module Elab.WiredIn where
  2. import Syntax
  3. wiType :: WiredIn -> NFType
  4. wiValue :: WiredIn -> NFType
  5. iand, ior :: Value -> Value -> Value
  6. inot :: Value -> Value
  7. ielim :: Value -> Value -> Value -> Value -> NFEndp -> Value