YaccConstructor


Nodes

Namespace: Yard.Generators.Common
Parent Module: AstNode

Record Fields

Record FieldDescription
fst
Signature: AstNode
Modifiers: mutable
other
Signature: AstNode []
Modifiers: mutable
snd
Signature: AstNode
Modifiers: mutable

Constructors

ConstructorDescription
new(arr)
Signature: (arr:AstNode array) -> Nodes

CompiledName: .ctor

new(f, s, o)
Signature: (f:AstNode * s:AstNode * o:AstNode []) -> Nodes

CompiledName: .ctor

Instance members

Instance memberDescription
doForAll(f)
Signature: (f:(AstNode -> unit)) -> unit
doForAllRev(f)
Signature: (f:(AstNode -> unit)) -> unit
isForAll(f)
Signature: (f:(AstNode -> bool)) -> bool
[i]
Signature: i:int -> AstNode

CompiledName: get_Item

Length
Signature: int

CompiledName: get_Length

map(f)
Signature: (f:(AstNode -> 'a)) -> 'a []
Type parameters: 'a
Fork me on GitHub