FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

Operators Module

Functions and values

Function or value Description

(>!>) func1 func2 x

Full Usage: (>!>) func1 func2 x

Parameters:
    func1 : 'a -> unit
    func2 : 'a -> 'b
    x : 'a

Returns: 'b
Modifiers: inline

Apply given parameter to two callbacks and return results from both callbacks

func1 : 'a -> unit
func2 : 'a -> 'b
x : 'a
Returns: 'b