Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/Data/Options.purs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ import Foreign.Object as Object
newtype Options :: forall k. k -> Type
newtype Options opt = Options (Array (Tuple String Foreign))

type role Options nominal

derive instance newtypeOptions :: Newtype (Options opt) _
derive newtype instance semigroupOptions ∷ Semigroup (Options opt)
derive newtype instance monoidOptions ∷ Monoid (Options opt)
Expand Down