← Back

Modules

Leios

  • Linear

Network

  • BasicBroadcast
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