markup-3.1.0: src/Data/Markup.hs
-- |
-- Module : Data.Markup
-- Copyright : (c) Athan L. Clark
-- License : MIT
--
-- Maintainer : Athan L. Clark <athan.clark@gmail.com>
-- Stability : experimental
-- Portability : GHC
--
-- This module re-exports the three children.
module Data.Markup
( module Data.Markup.Types
, module Data.Markup.Class
, module Data.Markup.Library
) where
import Data.Markup.Types
import Data.Markup.Class
import Data.Markup.Library