Groovy Documentation

com.github.mperry.fg.typeclass
[Groovy] Interface Functor


@groovy.transform.TypeChecked
interface Functor

Created by MarkPerry on 9/04/2014.

See Also:
http
http


Method Summary
java.lang.Object fmap(F f, java.lang.Object fa)

fmap :: (a -> b) -> f a -> f b

 

Method Detail

fmap

java.lang.Object fmap(F f, java.lang.Object fa)
fmap :: (a -> b) -> f a -> f b


 

Groovy Documentation