navigation

Say

Namespace: SampleWaypoint
Parent: SampleWaypoint

Some comment on the module


Declared Types
Type Description
SampleType

Some comment on the type


Values and Functions
Name Description
hello

Signature: name:string -> unit

Some comment on the function

let sample = hello "Chris"
sample = "Hello Chris"
val sample : string