Example: dental hygienist

Haskell Operators and other Lexical Notation

Haskell Operators and other Lexical Notation --Start of comment line{-Start of short comment-}End of short comment+Add operator -Subtract/negate operator *Multiply operator /Division operatorSubstitution operator , as ine{f/x}^,^^,**Raise-to-the-power Operators &&And operator ||Or operator <Less-than operator <=Less-than-or-equal operator ==Equal operator /=Not-equal operator >=Greater-than-or-equal operator >Greater-than operator \Lambda composition operatorName qualifier|Guard andcasespecifierSeparator in list comprehensionAlternative in data definition (enum type)++List concatenation operator :Append-head operator ( cons )!!Indexing for lists\\List-difference operator <-List comprehension generatorSingle assignment operator in do-constr.;Definition separator->Function type-mapping definition operatorSeparator in case construction=Type- or value-naming operator ::Type specification operator , has type =>Context inheritance from class()Empty value in IO () type>>Monad sequencing operator >>=Monad sequencing operator with value passing>@>Object composition operator (monads)(.)

Constructor for export operator (post x) [and ] List constructors, \," as separator (and ) Tuple constructors, \," as separator In x-to-pre x constructors ‘and ‘ Pre x-to-in x constructors ’and ’ Literal char constructors "and " String constructors ... 2/14/2002 3:23:00 PM ...

Tags:

  Operator, 2200

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Advertisement

Transcription of Haskell Operators and other Lexical Notation

1 Haskell Operators and other Lexical Notation --Start of comment line{-Start of short comment-}End of short comment+Add operator -Subtract/negate operator *Multiply operator /Division operatorSubstitution operator , as ine{f/x}^,^^,**Raise-to-the-power Operators &&And operator ||Or operator <Less-than operator <=Less-than-or-equal operator ==Equal operator /=Not-equal operator >=Greater-than-or-equal operator >Greater-than operator \Lambda composition operatorName qualifier|Guard andcasespecifierSeparator in list comprehensionAlternative in data definition (enum type)++List concatenation operator :Append-head operator ( cons )!!Indexing for lists\\List-difference operator <-List comprehension generatorSingle assignment operator in do-constr.;Definition separator->Function type-mapping definition operatorSeparator in case construction=Type- or value-naming operator ::Type specification operator , has type =>Context inheritance from class()Empty value in IO () type>>Monad sequencing operator >>=Monad sequencing operator with value passing>@>Object composition operator (monads)(.)

2 Constructor for export operator (postfix)[and]List constructors, , as separator(and)Tuple constructors, , as separatorInfix-to-prefix constructors and Prefix-to-infix constructors and Literal char constructors"and"String constructors_Wildcard in pattern~Irrefutable pattern!Force evaluation (strictness flag)@ Read As in pattern matching


Related search queries