FsDocs Playground 0.5.3

Edit this page

Say Module

Table of contents

Other module members

Functions and values

Function or value Description

hello3 foo

Full Usage: hello3 foo

Parameters:
Returns: Async<unit>
foo : Foo
Returns: Async<unit>

Goodbye

Functions and values

Function or value Description

goodbye name

Full Usage: goodbye name

Parameters:
    name : Foo - The name to say hello to

Testing 2

name : Foo

The name to say hello to

Example

 goodbye "Jerry"
 goodbye "Newman"

Hello Names

Functions and values

Function or value Description

hello name

Full Usage: hello name

Parameters:
    name : string - The name to say hello to

Testing 2

This is the first function generated by class lib

name : string

The name to say hello to

Example

 hello "Jerry"
 hello "Newman"

hello2 foo

Full Usage: hello2 foo

Parameters:
Returns: Async<unit> a side effect

Testing 2

This is the first function generated by class lib

foo : Foo
Returns: Async<unit>

a side effect

Note

Some additional text