packages feed

DeepDarkFantasy-0.2017.8.4: DDF/DiffWrapper.hs

module DDF.DiffWrapper (module DDF.DiffWrapper, module DDF.DBI) where

import DDF.DBI
import DDF.Meta.DiffWrapper as DW

class DBI r => DiffWrapper r where
  diffWrapper :: r h (DW.FDiffType a x -> DW.DiffWrapper a x)
  runDiffWrapper :: r h (DW.DiffWrapper a x -> DW.FDiffType a x)