Created
January 20, 2023 19:02
-
-
Save yvern/2c09555633703f81a55db68f1396d761 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defrule not-ok | |
[:a] | |
=> | |
(when (< 0.5 (rand)) | |
(insert! {:fact-type :b}))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment