swish-0.9.1.5: A semantic web toolkit.

Copyright(c) 2003, Graham Klyne, 2009 Vasili I Galchin, 2011, 2012 Douglas Burke
LicenseGPL V2
MaintainerDouglas Burke
Stabilityexperimental
PortabilityH98
Safe HaskellSafe
LanguageHaskell98

Swish.Utils.ListHelpers

Description

 

Synopsis

Documentation

flist :: [a -> b] -> a -> [b] Source

Apply list of functions to some value, returning list of results. It's kind of like an converse map.

This is similar to the ap function in the Monad library.