about summary refs log tree commit diff
path: root/src/Xanthous/Prelude.hs
blob: b769c4fe900785ff72c89139a95de9693a14a6f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
module Xanthous.Prelude
  ( module ClassyPrelude
  , Type
  , Constraint
  , module GHC.TypeLits
  , module Control.Lens
  ) where

import ClassyPrelude hiding
  (return, (<|), unsnoc, uncons, cons, snoc, index, (<.>), Index)
import Data.Kind
import GHC.TypeLits hiding (Text)
import Control.Lens