aboutsummaryrefslogtreecommitdiff
path: root/Prelude/Char.agda
blob: 357e3f3cd82ef0a2ef3f72bfd2df64ce4de9009f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module B.Prelude.Char where

import Data.Char

open Data.Char
  using (Char)
  public

module Char where
  open Data.Char
    using (toNat)
    public