We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d420a commit 2d19fc9Copy full SHA for 2d19fc9
TODO.md
@@ -4,7 +4,6 @@
4
5
> https://github.com/cicada-lang/propagator/issues/4
6
7
-propagators/boolean -- inverter
8
propagators/boolean.test -- inverter
9
10
propagators/conditional -- conditional & conditionalWriter
src/propagators/boolean.ts
@@ -0,0 +1,4 @@
1
+import { not } from "../generics/boolean.js"
2
+import { definePrimitive } from "../propagator/index.js"
3
+
+export const inverter = definePrimitive(2, not)
0 commit comments