Files
test/frontend/static/languages/code_fsharp.json
Benjamin Falch 2bc741fb78
Some checks failed
Mark Stale PRs / stale (push) Has been cancelled
adding monkeytype
2026-04-23 13:53:44 +02:00

108 lines
1.4 KiB
JSON

{
"name": "code_fsharp",
"words": [
"abstract",
"and",
"as",
"assert",
"base",
"begin",
"break",
"checked",
"class",
"component",
"constraint",
"continue",
"default",
"delegate",
"do",
"done",
"downcast",
"downto",
"elif",
"else",
"end",
"event",
"exception",
"external",
"extern",
"false",
"finally",
"fixed",
"for",
"fun",
"function",
"global",
"if",
"in",
"include",
"inherit",
"inline",
"interface",
"lazy",
"let",
"match",
"member",
"mixin",
"module",
"mutable",
"namespace",
"new",
"not",
"null",
"of",
"open",
"or",
"override",
"parallel",
"private",
"process",
"protected",
"public",
"pure",
"rec",
"return",
"sealed",
"select",
"static",
"struct",
"tailcall",
"then",
"to",
"trait",
"true",
"try",
"type",
"upcast",
"use",
"val",
"virtual",
"void",
"when",
"while",
"with",
"yield",
"const",
"bool",
"byte",
"sbyte",
"int16",
"uint16",
"int",
"uint",
"int64",
"uint64",
"nativeint",
"unativeint",
"decimal",
"float",
"double",
"float32",
"single",
"char",
"string",
"unit",
"bigint"
]
}