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

Safe HaskellNone

Agda.TypeChecking.LevelConstraints

Synopsis

Documentation

simplifyLevelConstraint :: Int -> Constraint -> Constraints -> ConstraintSource

simplifyLevelConstraint n c cs turns an c into an equality constraint if it is an inequality constraint and the reverse inequality is contained in cs. Number n is the length of the context c is defined in.