Skip to content

doc: user's guide pragma fixes

Ben Price requested to merge brprice/ghc:wip/doc-pragma-fixes into master

Two small fixes to the user's guide section on pragmas.

  • Make the spelling of INLIN{,E}ABLE consistent
  • Fix the markup for pragmas (previously displayed as LANGUAGE ⟨ext⟩, ⟨ext⟩, ... #-}), rather than {-# LANGUAGE ⟨ext⟩, ⟨ext⟩, ... #-})

Merge request reports