Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenpieters committed Mar 2, 2018
1 parent 5e314f9 commit 42be9da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Data/SubRecord.purs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ module Data.SubRecord (module Data.SubRecord, module Exported) where
import Data.SubRecord.Internal (SubRecord) as Exported

import Data.SubRecord.Internal
import Data.Maybe (Maybe(..))
import Data.Function.Uncurried (runFn2, runFn3)
import Data.Maybe (Maybe)
import Data.Record.Builder as Record
import Data.SubRecord.Unsafe
import Data.Symbol
Expand Down

0 comments on commit 42be9da

Please sign in to comment.