This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{-# LANGUAGE RecordWildCards #-} | |
{-# LANGUAGE FlexibleInstances #-} | |
{-# LANGUAGE TemplateHaskell #-} | |
import Control.Applicative | |
import FRP.Elerea.Simple | |
import GHC.Float | |
import FRP.Helm hiding (join, x, y) | |
import Control.Monad | |
import Control.Arrow ((&&&), first, second) |