packages feed

eternal-0.1.3: src/Control/Eternal.hs

{-# LANGUAGE Safe #-}

module Control.Eternal
  ( module Control.Eternal.Syntax
  , module Control.Eternal.Reactive
  ) where

import Control.Eternal.Syntax
import Control.Eternal.Reactive