Proper Treatment 正當作法/ blog/ posts/ Translations/ discussion 討論
2007-08-26 00:38

Instead of

{-# OPTIONS -fglasgow-exts -fno-monomorphism-restriction #-}

the approved, compiler-neutral, header is now

{-# LANGUAGE NoMonorphismRestriction MultiParamTypeClasses FunctionalDependencies #-}

(add whatever other language features beyond Haskell 98 you use)