Proper Treatment 正當作法/ blog/ posts/ Translations/ discussion 討論
2008-08-17 19:19

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)