Skip to content

Commit

Permalink
Remove outdated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Oct 9, 2024
1 parent 5c5fdc2 commit fd8ca57
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion rsc/extra/subgraphs.dot
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ subgraph cluster_lib {
"Expr";
"Xliteral";
"Ty";
"Parsed";
"Typed";
"Commands";
"Errors";
Expand Down
9 changes: 0 additions & 9 deletions src/lib/index.mld
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ the {!module:AltErgoLib.Commands} module defines a notion of commands that can
be sent to the SMT solver.

{!modules:
AltErgoLib.Parsed
AltErgoLib.Ty
AltErgoLib.Typed
AltErgoLib.Expr
Expand Down Expand Up @@ -69,14 +68,6 @@ The {!module:AltErgoLib.Frontend} defines a frontend for the core solver,
as a functor parametrized by a SAT solver implementation, and returning a solver
that can process commands as defined by the {!module:AltErgoLib.Commands} module.

The {!module:AltErgoLib.Input} module defines a notion of input method. An input method
is used to transform a string input (typically one or more files), into typed terms
and statements. These typed terms can then be translated into commands using the
{!module:AltErgoLib.Cnf} module.

Finally, the native input method is defined in the {!module:AltErgoLib.Parsed_interface}
and {!module:AltErgoLib.Typechecker} modules.

{!modules:
AltErgoLib.Translate
AltErgoLib.Frontend
Expand Down

0 comments on commit fd8ca57

Please sign in to comment.