packages feed

kdl-hs-0.2.0: src/KDL/Decoder.hs

module KDL.Decoder (
  -- * Decoder monad
  module KDL.Decoder.Monad,

  -- * Schema
  module KDL.Decoder.Schema,
) where

import KDL.Decoder.Monad
import KDL.Decoder.Schema