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