Skip to content

Commit

Permalink
Clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
turion committed Mar 26, 2024
1 parent d3ecf43 commit d0bd176
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rhine/src/FRP/Rhine/Clock/Except.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

module FRP.Rhine.Clock.Except where

-- base
Expand All @@ -21,11 +20,10 @@ import Control.Monad.IO.Class (MonadIO, liftIO)
import Control.Monad.Trans.MSF qualified as MSFExcept

-- dunai
import Control.Monad.Trans.MSF.Reader (readerS, runReaderS)
import Data.MonadicStreamFunction (morphS)

-- rhine

import Control.Monad.Trans.MSF.Reader (readerS, runReaderS)
import FRP.Rhine.ClSF.Core (ClSF)
import FRP.Rhine.Clock (
Clock (..),
Expand Down

0 comments on commit d0bd176

Please sign in to comment.