HaskellStyleMap
parsley.syntax.HaskellStyleMap
final class HaskellStyleMap[-A, +B] extends AnyVal
This class exposes the <#>
combinator on functions.
This extension class operates on functions. It enables the use of the <#>
combinator, which is an alias for map
designed to more closely mimic Haskell's style.
Attributes
- Source
- extension.scala
- Graph
-
- Supertypes
-
class AnyValtrait Matchableclass Any
Members list
In this article