File: CharUTF8.hs

package info (click to toggle)
haskell-basement 0.0.16-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,048 kB
  • sloc: haskell: 11,336; ansic: 63; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
module Basement.Types.CharUTF8
    ( CharUTF8(..)
    , encodeCharUTF8
    , decodeCharUTF8
    ) where

import Basement.UTF8.Types
import Basement.UTF8.Helper