packages feed

markup-3.0.0: src/Data/Markup/Types.hs

module Data.Markup.Types where


data Inline = Inline
  deriving Show

data Remote = Remote
  deriving Show

data Locally = Locally
  deriving Show