Header menu logo F# Compiler Guide

Collapse Type

Collapse indicates the way a range/snapshot should be collapsed. `Same` is for a scope inside some kind of scope delimiter, e.g. `[| ... |]`, `[ ... ]`, `{ ... }`, etc. `Below` is for expressions following a binding or the right hand side of a pattern, e.g. `let x = ...`

Union cases

Union case Description

Below

Full Usage: Below

Same

Full Usage: Same

Type something to start searching.