Skip to content

Commit

Permalink
Revert "Update Row and RowList imports"
Browse files Browse the repository at this point in the history
This reverts commit 5a6c624.
  • Loading branch information
th-awake committed Jun 16, 2019
1 parent 2da6f6a commit 55e2453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Formless/Internal/Transform.purs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Record as Record
import Record.Builder (Builder)
import Record.Builder as Builder
import Record.Unsafe (unsafeGet, unsafeSet)
import Type.Data.RowList (RLProxy(..))
import Type.Row (RLProxy(..))
import Unsafe.Coerce (unsafeCoerce)

----------
Expand Down
3 changes: 1 addition & 2 deletions src/Formless/Transform/Row.purs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import Formless.Internal.Transform (class Row1Cons, FromScratch, fromScratch)
import Prim.Row as Row
import Prim.RowList as RL
import Record.Builder as Builder
import Type.Data.Row (RProxy(..))
import Type.Data.RowList (RLProxy(..))
import Type.Row (RLProxy(..), RProxy(..))

----------
-- Construction from rows
Expand Down

0 comments on commit 55e2453

Please sign in to comment.