Header menu logo F# Compiler Guide

ExprAtomicFlag Type

Indicates if an expression is an atomic expression. An atomic expression has no whitespace unless enclosed in parentheses, e.g. 1, "3", ident, ident.[expr] and (expr). If an atomic expression has type T, then the largest expression ending at the same range as the atomic expression also has type T.

Record fields

Record Field Description

Atomic

Full Usage: Atomic

Field type: ExprAtomicFlag
Modifiers: static
Field type: ExprAtomicFlag

NonAtomic

Full Usage: NonAtomic

Field type: ExprAtomicFlag
Modifiers: static
Field type: ExprAtomicFlag

Type something to start searching.