Levels #
In this file, we provide a typeclass Level
that stores the current type level of the construction.
Main declarations #
ConNF.Level
: The current level.ConNF.LtLevel
: A type index less than the current level.ConNF.LeLevel
: A type index less than or equal to the current level.