purescript / purescript-typelevel-prelude

Types and kinds for basic type-level programming
BSD 3-Clause "New" or "Revised" License
63 stars 21 forks source link

Remove attempted re-export of `Prim.Row.Cons` #45

Closed joneshf closed 5 years ago

joneshf commented 5 years ago

Re: #43.

The changes in this PR follow the suggestion of removing the re-export from the export list.

Let me know if there's more to do or if I missed anything.

joneshf commented 5 years ago

@garyb Thanks for the review. Anything else to do before merging?

hdgarrood commented 5 years ago

This looks good to me too, so let's just go ahead and merge. Thanks!