QIITOrd

QIITOrd

The public entry point of the library. Importing QIITOrd re-exports, in one go, the ordinal type and its order, the elementary constructor analysis and strict order, and the termination-free recursive order-code:

The eliminator machinery (QIITOrd.Eliminator, QIITOrd.Eliminator.NonDependent) is universe-polymorphic and so is imported directly, with level arguments, where needed.

{-# OPTIONS --cubical --safe #-}

module QIITOrd where

open import QIITOrd.Base public
open import QIITOrd.Properties public
open import QIITOrd.Order.Code public
open import QIITOrd.Order.Antisymmetry public