File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ _maintenanceInProgress :: SProxy "maintenanceInProgress"
155155
156156``` purescript
157157class ResponseStatus (status :: Symbol) where
158- toStatus :: SProxy status -> Status
158+ toStatus :: forall proxy. proxy status -> Status
159159```
160160
161161##### Instances
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ maintenanceInProgress = status 520 "Maintenance In Progress"
7474_maintenanceInProgress = SProxy :: SProxy " maintenanceInProgress"
7575
7676class ResponseStatus (status :: Symbol ) where
77- toStatus :: SProxy status -> Status
77+ toStatus :: forall proxy . proxy status -> Status
7878
7979instance responseStatusOK :: ResponseStatus " ok" where
8080 toStatus _ = ok
You can’t perform that action at this time.
0 commit comments