packages feed

DeepDarkFantasy-0.2017.8.4: DDF/Unit.hs

{-# LANGUAGE NoImplicitPrelude #-}

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

import DDF.DBI

class DBI r => Unit r where
  unit :: r h ()