]> Git — Sourcephile - majurity.git/blob - Hjugement.hs
Use HashMap.
[majurity.git] / Hjugement.hs
1 module Hjugement
2 ( module Hjugement.MJ
3 , IsList(..)
4 ) where
5
6 import Hjugement.MJ
7 import GHC.Exts (IsList(..))