module JSONPointer.Prelude
(
  module Exports,
)
where


-- base-prelude
-------------------------
import BasePrelude as Exports hiding (Alt)

-- text
-------------------------
import Data.Text as Exports (Text)