Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lustre-v6
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
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
verimag
synchrone
lustre-v6
Commits
07ac0744
Commit
07ac0744
authored
3 years ago
by
erwan
Browse files
Options
Downloads
Patches
Plain Diff
build: remove (useless) reference to Stdlib in mli too!
parent
604a16bf
No related branches found
Branches containing commit
Tags
6.101.18
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/lv6MainArgs.mli
+2
-2
2 additions, 2 deletions
lib/lv6MainArgs.mli
with
2 additions
and
2 deletions
lib/lv6MainArgs.mli
+
2
−
2
View file @
07ac0744
(* Time-stamp: <modified the
05
/07/2021 (at 1
0:29
) by Erwan Jahier> *)
(* Time-stamp: <modified the
13
/07/2021 (at 1
1:44
) by Erwan Jahier> *)
type
enum_mode
=
AsInt
(* translate enums into int (for rif-friendlyness *)
...
...
@@ -38,7 +38,7 @@ type t = {
mutable
expand_arrays
:
bool
;
mutable
expand_io_type
:
bool
;
mutable
optim_ite
:
bool
;
mutable
oc
:
Stdlib
.
out_channel
;
mutable
oc
:
out_channel
;
mutable
tlex
:
bool
;
mutable
exec
:
bool
;
mutable
gen_c
:
bool
;
...
...
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