index
:
aeneas
isabelle
aeneas rust verifier with a hacky Isabelle backend
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
PureUtils.ml
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
In fun_id rename the variant Local to Regular
Son Ho
2022-03-03
1
-2
/
+2
|
*
Make good progress on adding support for external and opaque
Son Ho
2022-03-03
1
-2
/
+5
|
|
|
|
declarations
*
Add an Opaque variant to type_decl_kind and start updating the code
Son Ho
2022-03-03
1
-3
/
+3
|
*
Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl
Son Ho
2022-03-03
1
-12
/
+12
|
*
Start working on generating code which uses a state-error monad
Son Ho
2022-02-23
1
-1
/
+10
|
*
Add the `State` assumed type in Pure.ml
Son Ho
2022-02-23
1
-0
/
+3
|
*
Improve the code generation by inlining more let-bindings
Son Ho
2022-02-23
1
-0
/
+23
|
*
Fix some mistakes in the type conversion to pure
Son Ho
2022-02-08
1
-3
/
+15
|
*
Add type checking utilities for the pure ADT
Son Ho
2022-02-08
1
-0
/
+107
|
*
Make a minor modification
Son Ho
2022-02-04
1
-2
/
+2
|
*
Merge the switches over integers and the matches over enumerations in
Son Ho
2022-02-04
1
-0
/
+11
|
|
|
|
the pure AST
*
Update SymbolicToPure so that we don't construct tuples with exactly one
Son Ho
2022-02-04
1
-6
/
+28
|
|
|
|
field
*
Make a minor improvement in printing
Son Ho
2022-02-03
1
-0
/
+1
|
*
Implement extraction of `if ... then ... else ...`
Son Ho
2022-02-03
1
-0
/
+11
|
*
Update PureUtils.functions_not_mutually_recursive
Son Ho
2022-02-02
1
-9
/
+9
|
*
Implement detection of non-recursive forward/backward functions groups when
Son Ho
2022-02-02
1
-0
/
+55
|
|
|
|
extracting (non-mutually) recursive functions
*
Make progress on PureToExtract
Son Ho
2022-01-29
1
-0
/
+18
|
*
Make the pure expressions typed
Son Ho
2022-01-28
1
-0
/
+11
|
*
Make minor modifications
Son Ho
2022-01-28
1
-0
/
+12
|
*
Cleanup a bit
Son Ho
2022-01-28
1
-1
/
+0
|
*
Move some definitions to a new PureUtils.ml file
Son Ho
2022-01-28
1
-0
/
+90