hbs2/hbs2-core/lib/HBS2/Prelude.hs

9 lines
91 B
Haskell

module HBS2.Prelude
( module Data.String
) where
import Data.String (IsString(..))