Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
uelis committed Mar 26, 2012
1 parent f0d6b3b commit 93848e8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions compile.ml
@@ -1,3 +1,5 @@
(** Compilation to circuits
*)
open Term
open Unify
open Typing
Expand Down
2 changes: 2 additions & 0 deletions decls.ml
@@ -1,3 +1,5 @@
(** Declarations used in toplevel.
*)

type decl =
| TermDeclW of Term.var * Term.t
Expand Down
3 changes: 3 additions & 0 deletions evaluation.ml
@@ -1,3 +1,6 @@
(** Evaluation of working class terms.
* @author schoepp
*)
open Term

(* evaluation of closed terms *)
Expand Down
6 changes: 2 additions & 4 deletions typing.ml
@@ -1,7 +1,5 @@
(**
* Type inference
*
*)
(** Type inference
*)
open Term
open Term.Location
open Type
Expand Down

0 comments on commit 93848e8

Please sign in to comment.