Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
119
Issues
119
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
2c487dd1
Commit
2c487dd1
authored
Oct 13, 2011
by
Andrei Paskevich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move Print_number to src/util
parent
32c3adb3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile.in
Makefile.in
+3
-3
src/util/print_number.ml
src/util/print_number.ml
+0
-0
src/util/print_number.mli
src/util/print_number.mli
+0
-0
No files found.
Makefile.in
View file @
2c487dd1
...
...
@@ -111,7 +111,7 @@ LIBGENERATED = src/util/rc.ml src/parser/lexer.ml \
src/driver/driver_parser.mli src/driver/driver_parser.ml
\
src/driver/driver_lexer.ml
LIB_UTIL
=
stdlib exn_printer debug pp loc print_tree
\
LIB_UTIL
=
stdlib exn_printer debug pp loc print_tree
print_number
\
cmdline hashweak hashcons util sysutil rc plugin
LIB_CORE
=
ident ty term pattern decl theory task pretty
env
trans printer
...
...
@@ -133,8 +133,8 @@ LIB_TRANSFORM = simplify_recursive_definition simplify_formula \
introduction abstraction close_epsilon lift_epsilon
\
eval_match instantiate_predicate
LIB_PRINTER
=
print_number alt_ergo why3printer smtv1 smtv2
\
coq tptp simplify gappa
cvc3 yices
LIB_PRINTER
=
alt_ergo why3printer smtv1 smtv2 coq tptp simplify gappa
\
cvc3 yices
LIBMODULES
=
src/config
\
$(
addprefix
src/util/,
$(LIB_UTIL)
)
\
...
...
src/
printer
/print_number.ml
→
src/
util
/print_number.ml
View file @
2c487dd1
File moved
src/
printer
/print_number.mli
→
src/
util
/print_number.mli
View file @
2c487dd1
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment