We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9424df9 commit 8825ab5Copy full SHA for 8825ab5
packages.json
@@ -11390,6 +11390,22 @@
11390
"license": "MIT",
11391
"web": "https://github.com/yglukhov/typelists"
11392
},
11393
+ {
11394
+ "name": "typestates",
11395
+ "url": "https://github.com/elijahr/nim-typestates",
11396
+ "method": "git",
11397
+ "tags": [
11398
+ "state-machine",
11399
+ "design-patterns",
11400
+ "nim-lang",
11401
+ "correct-by-construction",
11402
+ "typestate"
11403
+ ],
11404
+ "description": "Compile-time state machine validation for Nim. Invalid transitions don't compile.",
11405
+ "license": "MIT",
11406
+ "web": "https://github.com/elijahr/nim-typestates",
11407
+ "doc": "https://elijahr.github.io/nim-typestates/"
11408
+ },
11409
{
11410
"name": "sol",
11411
"url": "https://github.com/davidgarland/sol",
0 commit comments