[[project @ 2000-12-08 09:46:16 by simonpj] simonpj**20001208094616 Add documentation on -fno-monomorphism-restriction ] { hunk ./ghc/docs/users_guide/glasgow_exts.sgml 142 + +Language variations + + + There are several flags that control what variation of the language are permitted. +Leaving out all of them gives you standard Haskell 98. + + + + +: + +This simultaneously enables all of the extensions to Haskell 98 described in this +chapter, except where otherwise noted. + + + +: + + Switch off the Haskell 98 monomorphism restriction. Independent of the +flag. + + + +, + , + : + + See . +Only relevant if you also use . + + + + +: + + See . +Only relevant if you also use . + + + + + : + + See . +Only relevant if you also use . + + + + : + + See . +Independent of . + + + + + hunk ./ghc/docs/users_guide/glasgow_exts.sgml 1958 - + hunk ./ghc/docs/users_guide/glasgow_exts.sgml 4305 + import Generics + hunk ./ghc/docs/users_guide/glasgow_exts.sgml 4325 -which are defined thus: +which are defined thus in the library module Generics: }