fay-0.19.2: A compiler for Fay, a Haskell subset that compiles to JavaScript.

Safe HaskellSafe-Inferred

Fay.Data.List.Extra

Description

Extra list functions.

Synopsis

Documentation

unionOf :: Eq a => [[a]] -> [a]Source

Get the union of a list of lists.

for :: Functor f => f a -> (a -> b) -> f bSource

Flip of map.