Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
pub
frama-c
Commits
440508b3
Commit
440508b3
authored
5 years ago
by
François Bobot
Browse files
Options
Downloads
Patches
Plain Diff
Make the script executable, and execute it
parent
1102741b
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
bin/migration_scripts/potassium2calcium.sh
+0
-0
0 additions, 0 deletions
bin/migration_scripts/potassium2calcium.sh
src/libraries/stdlib/extlib.mli
+2
-2
2 additions, 2 deletions
src/libraries/stdlib/extlib.mli
with
2 additions
and
2 deletions
bin/migration_scripts/potassium2calcium.sh
100644 → 100755
+
0
−
0
View file @
440508b3
File mode changed from 100644 to 100755
This diff is collapsed.
Click to expand it.
src/libraries/stdlib/extlib.mli
+
2
−
2
View file @
440508b3
...
...
@@ -135,13 +135,13 @@ val opt_of_list: 'a list -> 'a option
@since Oxygen-20120901 *)
val
find_opt
:
(
'
a
->
'
b
option
)
->
'
a
list
->
'
b
[
@@
deprecated
"Use
Transitioning.
List.find_opt instead."
]
[
@@
deprecated
"Use List.find_opt instead."
]
(** [find_option p l] returns the value [p e], [e] being the first
element of [l] such that [p e] is not [None]. Raise [Not_found] if there
is no such value the list l.
@since Nitrogen-20111001
@deprecated 18.0-Argon use [
Transitioning.
List.find_opt] instead *)
@deprecated 18.0-Argon use [List.find_opt] instead *)
val
iteri
:
(
int
->
'
a
->
unit
)
->
'
a
list
->
unit
(** Same as iter, but the function to be applied take also as argument the
...
...
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