Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sasa
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
sasa
Commits
7e3c7909
"lib/astPredef.ml" did not exist on "b3051f50f5c4314e1bada958f1f17ddcd8509e77"
Commit
7e3c7909
authored
3 years ago
by
erwan
Browse files
Options
Downloads
Patches
Plain Diff
Chore
parent
242356f3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/gg/ggcore.ml
+1
-0
1 addition, 0 deletions
tools/gg/ggcore.ml
tools/gg/ggcore.mli
+2
-1
2 additions, 1 deletion
tools/gg/ggcore.mli
with
3 additions
and
1 deletion
tools/gg/ggcore.ml
+
1
−
0
View file @
7e3c7909
...
...
@@ -2,6 +2,7 @@ open Sasacore.Topology
type
node_ofId_t
=
(
string
,
node
)
Hashtbl
.
t
(* TODO: should be tail-recursive+tmp is a poor name *)
let
rec
create_nodes
:
(
string
->
int
*
int
->
node_id
list
)
=
(* Create names from a generic name *)
fun
name
(
start
,
finish
)
->
...
...
This diff is collapsed.
Click to expand it.
tools/gg/ggcore.mli
+
2
−
1
View file @
7e3c7909
...
...
@@ -3,7 +3,8 @@ open Sasacore.Topology
(** Create a name (i.d. node ID) list from a generic name *)
val
create_nodes
:
(
string
->
int
*
int
->
node_id
list
)
(** creates a list of nodes, each having an ID from the list given in argument, and no file or init value. *)
(** creates a list of nodes, each having an ID from the list given in
argument, and no file or init value. *)
val
id_to_empty_nodes
:
(
node_id
list
->
node
list
)
(** create a function to get a node from it's ID *)
...
...
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