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
A
alphaLib
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
POTTIER Francois
alphaLib
Commits
2fc8078a
Commit
2fc8078a
authored
Feb 16, 2017
by
POTTIER Francois
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a visual test of [ba].
parent
d3dc529e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
demos/basic/Main.ml
demos/basic/Main.ml
+8
-0
No files found.
demos/basic/Main.ml
View file @
2fc8078a
...
...
@@ -407,6 +407,14 @@ let print_fa t =
let
()
=
evaluate
print_fa
let
print_ba
t
=
printf
"ba(%a) = %a
\n
%!"
nhprint
t
Atom
.
Set
.
print
(
ba_term
t
)
let
()
=
evaluate
print_ba
let
print_subst1
u
x
t
=
let
t'
=
subst1
u
x
t
in
printf
"substituting %a for %a in %a = ...
\n
%a
\n
%s
\n
%!"
...
...
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