shikumi-0.1.0.0: src/Shikumi/Prelude.hs
-- | A small shared prelude for shikumi. For now it re-exports the handful of
-- common names every module reaches for; it grows in later ExecPlans.
module Shikumi.Prelude
( Text,
Vector,
)
where
import Data.Text (Text)
import Data.Vector (Vector)