We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a73df commit f30b72cCopy full SHA for f30b72c
doc/cookbook/uverb/UVerb.lhs
@@ -15,6 +15,7 @@ handlers that respond with arbitrary open unions of types.
15
{-# LANGUAGE DataKinds #-}
16
{-# LANGUAGE DeriveGeneric #-}
17
{-# LANGUAGE DerivingStrategies #-}
18
+{-# LANGUAGE DeriveAnyClass #-}
19
{-# LANGUAGE DerivingVia #-}
20
{-# LANGUAGE FlexibleContexts #-}
21
{-# LANGUAGE FlexibleInstances #-}
0 commit comments