This envolves adding the requirement, that every Encoding must also be an instance of Eq and Typeable to go into DynEncoding. darcs-hash:20090225035150-a4fee-c7d902e28313929ee9ffe0c6a6b60d8ff4704ae9
6 lines
190 B
Haskell
6 lines
190 B
Haskell
{-# LANGUAGE TemplateHaskell,DeriveDataTypeable #-}
|
|
module Data.Encoding.JISX0208 where
|
|
|
|
import Data.Encoding.Helper.Template (makeJISInstance)
|
|
|
|
$( makeJISInstance "JISX0208" "jis0208.txt" ) |