sodium-0.1.0.0: src/FRP/Sodium/Internal.hs
{-# LANGUAGE GeneralizedNewtypeDeriving, ScopedTypeVariables, DoRec #-}
{-# OPTIONS_GHC -fno-cse -fno-full-laziness #-}
module FRP.Sodium.Internal (
Event(..),
Behaviour(..),
schedulePriority1,
schedulePriority2,
Listen(..),
getListen,
linkedListen,
Node,
newEventLinked,
newSink,
finalizeEvent,
ioReactive
) where
import FRP.Sodium.Impl