Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
visitors
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
POTTIER Francois
visitors
Commits
098fb77d
Commit
098fb77d
authored
8 years ago
by
POTTIER Francois
Browse files
Options
Downloads
Patches
Plain Diff
Split a test into two tests.
parent
6dcd2dad
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
test/expr_info_polymorphic.ml
+3
-10
3 additions, 10 deletions
test/expr_info_polymorphic.ml
test/misc.mllib
+1
-0
1 addition, 0 deletions
test/misc.mllib
test/test04.ml
+16
-0
16 additions, 0 deletions
test/test04.ml
with
20 additions
and
10 deletions
test/expr_info_polymorphic.ml
+
3
−
10
View file @
098fb77d
type
'
info
expr_node
=
|
EConst
of
(
int
[
@
opaque
])
|
EConst
of
int
|
EAdd
of
'
info
expr
*
'
info
expr
and
'
info
expr
=
{
info
:
'
info
;
node
:
'
info
expr_node
}
[
@@
deriving
visitors
{
variety
=
"iter"
;
polymorphic
=
true
}
,
visitors
{
variety
=
"map"
;
polymorphic
=
true
}
,
visitors
{
variety
=
"endo"
;
polymorphic
=
true
}
,
visitors
{
variety
=
"reduce"
;
polymorphic
=
true
}
,
visitors
{
variety
=
"mapreduce"
;
polymorphic
=
true
}
,
visitors
{
variety
=
"iter2"
;
polymorphic
=
true
}
,
visitors
{
variety
=
"map2"
;
polymorphic
=
true
}
,
visitors
{
variety
=
"reduce2"
;
polymorphic
=
true
}
,
visitors
{
variety
=
"mapreduce2"
;
polymorphic
=
true
}]
[
@@
deriving
visitors
{
variety
=
"map"
;
polymorphic
=
true
;
data
=
false
}]
This diff is collapsed.
Click to expand it.
test/misc.mllib
+
1
−
0
View file @
098fb77d
...
...
@@ -8,4 +8,5 @@ test00
test01
test02
test03
test04
testallprims
This diff is collapsed.
Click to expand it.
test/test04.ml
0 → 100644
+
16
−
0
View file @
098fb77d
type
'
info
expr_node
=
|
EConst
of
int
|
EAdd
of
'
info
expr
*
'
info
expr
and
'
info
expr
=
{
info
:
'
info
;
node
:
'
info
expr_node
}
[
@@
deriving
visitors
{
variety
=
"iter"
;
polymorphic
=
true
}
,
visitors
{
variety
=
"map"
;
polymorphic
=
true
}
,
visitors
{
variety
=
"endo"
;
polymorphic
=
true
}
,
visitors
{
variety
=
"reduce"
;
polymorphic
=
true
}
,
visitors
{
variety
=
"mapreduce"
;
polymorphic
=
true
}
,
visitors
{
variety
=
"iter2"
;
polymorphic
=
true
}
,
visitors
{
variety
=
"map2"
;
polymorphic
=
true
}
,
visitors
{
variety
=
"reduce2"
;
polymorphic
=
true
}
,
visitors
{
variety
=
"mapreduce2"
;
polymorphic
=
true
}]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment