YaccConstructor


ArgType

Namespace: Microsoft.FSharp.Text

The spec value describes the action of the argument, and whether it expects a following parameter.

Static members

Static memberDescription
Clear(arg1)
Signature: (bool ref) -> ArgType
Float(arg1)
Signature: ((float -> unit)) -> ArgType
Int(arg1)
Signature: ((int -> unit)) -> ArgType
Rest(arg1)
Signature: ((string -> unit)) -> ArgType
Set(arg1)
Signature: (bool ref) -> ArgType
String(arg1)
Signature: ((string -> unit)) -> ArgType
Unit(arg1)
Signature: ((unit -> unit)) -> ArgType
Fork me on GitHub