about summary refs log blame commit diff
path: root/src/Xanthous/Prelude.hs
blob: e75c11d7bb56f83f038391fdcba335759db40b48 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                    
module Xanthous.Prelude
  ( module ClassyPrelude
  , Type
  , Constraint
  , module GHC.TypeLits
  ) where

import ClassyPrelude hiding (return)
import Data.Kind
import GHC.TypeLits hiding (Text)