Document Type

This commit is contained in:
Justin Leitgeb 2014-02-25 16:36:36 -05:00
parent ffc7e44965
commit ac7542d2d6

View File

@ -17,6 +17,8 @@ import Data.List (group)
import Data.Maybe (mapMaybe)
import qualified Data.Map as Map
-- |A Map containing mappings from international characters to sequences
-- approximating these characters within the ASCII range.
type Transliterations = Map.Map Char String
data PChar = UCase Char