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
| let test_eval_basic_block_formula ctxt = | |
| let open Bap.Std in | |
| let open Bap_primus.Std in | |
| let open Monads.Std in | |
| let module Machine = struct | |
| type 'a m = 'a | |
| include Primus.Machine.Make(Monad.Ident) | |
| end in |
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
| [package] | |
| name = "edge" | |
| version = "0.1.0" | |
| authors = ["J. Cliff Dyer <[email protected]>"] | |
| [dependencies] | |
| indradb = "0.12.0" | |
| indradb-lib = "0.12.0" | |
| serde_json = "*" | |
| uuid = "*" |
OlderNewer