immutaball-core-0.1.0.5.1: dependency-substitutions/wires/Control/Wire.hs
{-# OPTIONS_GHC -fno-warn-tabs #-} -- Support tab indentation better, for a better default of no warning if tabs are used: https://dmitryfrank.com/articles/indent_with_tabs_align_with_spaces .
-- Enable warnings:
{-# OPTIONS_GHC -Wall -fno-warn-tabs #-}
-- Wire.hs.
{-# LANGUAGE Haskell2010 #-}
-- | A rewrite of wires, sufficient for our purposes.
module Control.Wire
(
module Control.Wire.Controller,
module Control.Wire.Internal
) where
import Control.Wire.Controller
import Control.Wire.Internal