Skip to content
Snippets Groups Projects
Commit ceb600de authored by Joachim Breitner's avatar Joachim Breitner
Browse files

Minor fix to example GHC plugin in the documentation

parent 23efdd6f
No related merge requests found
......@@ -245,7 +245,7 @@ pass = do dflags <- getDynFlags
<programlisting>
{-# LANGUAGE DeriveDataTypeable #-}
module SayAnnNames.Plugin (plugin, SomeAnn) where
module SayAnnNames.Plugin (plugin, SomeAnn(..)) where
import GhcPlugins
import Control.Monad (unless)
import Data.Data
......
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