ParsedSigFileFragment Type
Represents the syntax tree for the contents of a parsed signature file
Union cases
Union case |
Description
|
|
A signature file which is an anonymous module, e.g. the signature file for the final file in an application
|
|
A signature file which is a module, 'module N'
|
Full Usage:
NamespaceFragment(longId, isRecursive, kind, decls, xmlDoc, attributes, range, trivia)
Parameters:
LongIdent
isRecursive : bool
kind : SynModuleOrNamespaceKind
decls : SynModuleSigDecl list
xmlDoc : PreXmlDoc
attributes : SynAttributes
range : range
trivia : SynModuleOrNamespaceSigTrivia
|
A signature file namespace fragment
|