← Back

Modules

Midnight

  • Passport.Channels
  • Passport.Compiler
  • Passport.Core
  • Passport.FMTerm
  • Passport.Properties
  • Passport.Semantics

Passport

  • Passport
12345678910111213141516
------------------------------------------------------------------------
-- The Agda standard library
--
-- Order-theoretic lattices
------------------------------------------------------------------------
 
{-# OPTIONS --cubical-compatible --safe #-}
 
module Relation.Binary.Lattice where
 
------------------------------------------------------------------------
-- Re-export various components of the lattice hierarchy
 
open import Relation.Binary.Lattice.Definitions public
open import Relation.Binary.Lattice.Structures public
open import Relation.Binary.Lattice.Bundles public