Skip to content
Snippets Groups Projects
Commit ff996555 authored by Richard Eisenberg's avatar Richard Eisenberg Committed by Marge Bot
Browse files

Add module doc for Plugins.

This was requested in #15650.
parent 257d1fd8
No related branches found
No related tags found
No related merge requests found
{-# LANGUAGE RankNTypes #-} {-# LANGUAGE RankNTypes #-}
{-# LANGUAGE CPP #-} {-# LANGUAGE CPP #-}
-- | Definitions for writing /plugins/ for GHC. Plugins can hook into
-- several areas of the compiler. See the 'Plugin' type. These plugins
-- include type-checker plugins, source plugins, and core-to-core plugins.
module Plugins ( module Plugins (
-- * Plugins -- * Plugins
Plugin(..) Plugin(..)
......
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