Skip to content

Commit

Permalink
Share the definition of the datatypes in EcAst.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgregoir authored and strub committed Nov 25, 2023
1 parent b79290f commit d43887b
Show file tree
Hide file tree
Showing 64 changed files with 2,475 additions and 1,869 deletions.
1,460 changes: 1,460 additions & 0 deletions src/ecAst.ml

Large diffs are not rendered by default.

507 changes: 507 additions & 0 deletions src/ecAst.mli

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/ecCHoare.ml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(* -------------------------------------------------------------------- *)
(* Function for cost *)
open EcUtils
open EcAst
open EcTypes
open EcFol
open EcEnv
Expand Down
1 change: 1 addition & 0 deletions src/ecCallbyValue.ml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(* -------------------------------------------------------------------- *)
open EcUtils
open EcIdent
open EcAst
open EcTypes
open EcEnv
open EcFol
Expand Down
Loading

0 comments on commit d43887b

Please sign in to comment.