hol-1.3: Higher order logic

LicenseMIT
MaintainerJoe Leslie-Hurd <joe@gilith.com>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

HOL.Var

Description

 

Documentation

mk :: Name -> Type -> Var Source #

class HasFree a where Source #

Minimal complete definition

free

Methods

free :: a -> Set Var Source #

freeIn :: Var -> a -> Bool Source #

notFreeIn :: Var -> a -> Bool Source #

closed :: a -> Bool Source #