Skip to content

Commit

Permalink
Remove some redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownloner committed Jun 28, 2017
1 parent f432297 commit b35f3c3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion library/VaporTrail/Codec/PCM.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module VaporTrail.Codec.PCM (pcms16le) where

import Control.Monad
import Data.Bits
import Data.Int
import Data.Machine
Expand Down
1 change: 0 additions & 1 deletion library/VaporTrail/Codec/UCode.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module VaporTrail.Codec.UCode (ucode) where
import VaporTrail.Codec.Type
import Data.Machine
import Data.Machine.Group
import Control.Monad

data TWord = One | Zero | Empty deriving (Eq, Read, Show)

Expand Down
1 change: 0 additions & 1 deletion library/VaporTrail/Filter/Basic.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ module VaporTrail.Filter.Basic

import Data.Machine
import VaporTrail.Filter.Types
import Data.Function

-- https://en.wikipedia.org/wiki/Low-pass_filter#Discrete-time_realization
lowPass6db :: HasSampleRate env => Float -> env -> Process Float Float
Expand Down
2 changes: 0 additions & 2 deletions library/VaporTrail/Filter/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ module VaporTrail.Filter.Types
( HasSampleRate(..)
) where

import Data.Machine

class HasSampleRate a where
getSampleRate :: a -> Int

Expand Down

0 comments on commit b35f3c3

Please sign in to comment.