Agda-2.5.1: A dependently typed functional programming language and proof assistant

Safe HaskellNone
LanguageHaskell98

Agda.Compiler.Treeless.Subst

Documentation

freeIn :: HasFree a => Int -> a -> Bool Source

occursIn :: HasFree a => Int -> a -> Occurs Source

data Binder a Source

Constructors

Binder Int a 

Instances

newtype InSeq a Source

Constructors

InSeq a 

Instances