Skip to content

Commit

Permalink
Merge pull request #33 from masaeedu/redundantimports
Browse files Browse the repository at this point in the history
Remove redundant imports
  • Loading branch information
masaeedu authored Aug 30, 2020
2 parents dd2cfe1 + a7f2a81 commit 874d566
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Data/Record/Choose.purs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module Data.Record.Choose (HasField, hasField, getField, choose) where

import Prelude

import Data.Generic.Rep (class Generic)
import Data.Generic.Rep.Show (genericShow)
import Data.Symbol (class IsSymbol, SProxy, reflectSymbol)
import Data.Variant (Variant)
import Data.Variant.Internal (VariantRep(..))
Expand Down

0 comments on commit 874d566

Please sign in to comment.