forked from BinaryAnalysisPlatform/bap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request BinaryAnalysisPlatform#343 from gitoleg/bap-future-PR
Future library - a library for co-inductive data types This library provides a foundation for reasoning about dynamic state systems. It provides two main data types: `future` that is a value, that maybe defined in the future, and `stream` that is an infinite stream of finite values, useful to capture objects with a value that changes in time.
- Loading branch information
Showing
12 changed files
with
1,845 additions
and
0 deletions.
There are no files selected for viewing
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
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
Oops, something went wrong.