module Elab.WiredIn where
|
|
|
|
import Syntax
|
|
|
|
wiType :: WiredIn -> NFType
|
|
wiValue :: WiredIn -> NFType
|
|
|
|
iand, ior :: Value -> Value -> Value
|
|
inot :: Value -> Value
|