mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-13 17:16:37 +08:00
impr(language): add more F# words (kacperwyczawski) (#4901)
This commit is contained in:
parent
cbed2ef7cf
commit
cc0f96f636
1 changed files with 21 additions and 1 deletions
|
@ -82,6 +82,26 @@
|
|||
"while",
|
||||
"with",
|
||||
"yield",
|
||||
"const"
|
||||
"const",
|
||||
"bool",
|
||||
"byte",
|
||||
"sbyte",
|
||||
"int16",
|
||||
"uint16",
|
||||
"int",
|
||||
"uint",
|
||||
"int64",
|
||||
"uint64",
|
||||
"nativeint",
|
||||
"unativeint",
|
||||
"decimal",
|
||||
"float",
|
||||
"double",
|
||||
"float32",
|
||||
"single",
|
||||
"char",
|
||||
"string",
|
||||
"unit",
|
||||
"bigint"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue