diamondtaya.blogg.se

Cvs haskell
Cvs haskell






cvs haskell

Unlike - 'RankNTypes', does not allow this for ordinary functions. * | RankNTypes - | Allow data constructors to have polymorphic arguments. * | Rank2Types - | Allow a universally-quantified type to occur on the left of a - function arrow. * | FunctionalDependencies - | Like 'RankNTypes' but does not allow a higher-rank type to - itself appear on the left of a function arrow.

cvs haskell

The implementation will check that this property holds - for the declared instances, and will use this property to reduce - ambiguity in instance resolution. * | MonomorphismRestriction - | Allow a specification attached to a multi-parameter type class - which indicates that some parameters are entirely determined by - others. * | MultiParamTypeClasses - | Enable the dreaded monomorphism restriction. * | ParallelListComp - | Allow multiple parameters in a type class. * | RecursiveDo - | Provide syntax for writing list comprehensions which iterate - over several lists together, like the 'zipWith' family of - functions. | DoRec - | Allow recursive bindings using, a variant of - provides a different, preferred syntax. text ( show other ) parse = do lang Language classifyLanguage = \ str -> case lookup str langTable of Just lang -> lang Nothing -> UnknownLanguage str where langTable = blocks, using the - keyword. | UnknownLanguage String deriving ( Generic, Show, Read, Eq, Typeable, Data ) instance Binary Language knownLanguages :: knownLanguages = instance Text Language where disp ( UnknownLanguage other ) = Disp. | Haskell2010 - | An unknown language, identified by its name. Haskell98 - | The Haskell 2010 language as defined by the Haskell 2010 report. data Language = - | The Haskell 98 language as defined by the Haskell 98 report. Language 'Extension's are interpreted relative to one of these base - languages. Array ( Array, accumArray, bounds, Ix ( inRange ), ( ! ) ) - * Language - | This represents a Haskell language dialect.

cvs haskell

), knownExtensions, deprecatedExtensions, classifyExtension, ) where import Prelude () import Distribution. ), knownLanguages, classifyLanguage, Extension (.

Cvs haskell portable#

Language/Haskell/Extension.hs - | - Module : - Copyright : Isaac Jones 2003-2004 - License : BSD3 - Maintainer : - Portability : portable - Haskell language dialects and extensions module Language.








Cvs haskell