Skip to content

Commit

Permalink
Remove unused kind, RowList
Browse files Browse the repository at this point in the history
  • Loading branch information
matoruru authored and fehrenbach committed Feb 3, 2020
1 parent 8450120 commit b7b5428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/Hashable.purs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import Data.List (List)
import Data.Maybe (Maybe(..))
import Data.Tuple (Tuple(..))
import Prim.Row as Row
import Prim.RowList (class RowToList, Cons, Nil, kind RowList)
import Prim.RowList (class RowToList, Cons, Nil)
import Record (get)
import Type.Data.RowList (RLProxy(..))
import Type.Prelude (class IsSymbol, SProxy(..))
Expand Down

0 comments on commit b7b5428

Please sign in to comment.