-- | XXX: Perhaps a word of explanation here [WL]
module Ratified
    (
      readFile
    , hGetContents
    ) where

import System.IO( hGetContents )