Created
May 25, 2013 19:03
-
-
Save AdamSaleh/5650339 to your computer and use it in GitHub Desktop.
naive implementation
This file contains 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
(run 10 [knows] | |
(membero [:pk :a] knows) | |
(membero [:pk :b] knows) | |
(fresh [somebody] | |
(conde | |
[(nonmembero [:pk somebody] knows)] | |
[(membero [:pcrypted [:pk somebody] [:nonce somebody]] knows)])))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment