Skip to content
Snippets Groups Projects
Commit 8b340bc7 authored by Ömer Sinan Ağacan's avatar Ömer Sinan Ağacan Committed by Marge Bot
Browse files

Kind signatures docs: mention that they're allowed in newtypes

parent d55216ad
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,10 @@ This extension enables kind signatures in the following places:
data Set (cxt :: Type -> Type) a = Set [a]
- ``newtype`` declarations: ::
newtype Set (cxt :: Type -> Type) a = Set [a]
- ``type`` declarations: ::
type T (f :: Type -> Type) = f Int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment