← Back

Modules

Midnight

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

Passport

  • Passport
12345678910111213141516
------------------------------------------------------------------------
-- The Agda standard library
--
-- Characters
------------------------------------------------------------------------
 
{-# OPTIONS --cubical-compatible --safe #-}
 
module Data.Char where
 
------------------------------------------------------------------------
-- Re-export base definitions and decidability of equality
 
open import Data.Char.Base public
open import Data.Char.Properties
using (_≈?_; _≟_; _<?_; _≤?_; _==_) public