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
1c5bbc36
Commit
1c5bbc36
authored
2 years ago
by
Loïc Correnson
Browse files
Options
Downloads
Patches
Plain Diff
[server] fix data mli doc
parent
5293ce76
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/server/package.mli
+9
-9
9 additions, 9 deletions
src/plugins/server/package.mli
with
9 additions
and
9 deletions
src/plugins/server/package.mli
+
9
−
9
View file @
1c5bbc36
...
@@ -33,19 +33,19 @@ type jtype =
...
@@ -33,19 +33,19 @@ type jtype =
|
Jboolean
|
Jboolean
|
Jnumber
|
Jnumber
|
Jstring
|
Jstring
|
Jalpha
(* string primarily compared without case *)
|
Jalpha
(*
*
string primarily compared without case *)
|
Jtag
of
string
(* single constant string *)
|
Jtag
of
string
(*
*
single constant string *)
|
Jkey
of
string
(* kind of a string used for indexing *)
|
Jkey
of
string
(*
*
kind of a string used for indexing *)
|
Jindex
of
string
(* kind of an integer used for indexing *)
|
Jindex
of
string
(*
*
kind of an integer used for indexing *)
|
Joption
of
jtype
|
Joption
of
jtype
|
Jdict
of
jtype
(* dictionaries *)
|
Jdict
of
jtype
(*
*
dictionaries *)
|
Jarray
of
jtype
(* order matters *)
|
Jarray
of
jtype
(*
*
order matters *)
|
Jtuple
of
jtype
list
|
Jtuple
of
jtype
list
|
Junion
of
jtype
list
|
Junion
of
jtype
list
|
Jrecord
of
(
string
*
jtype
)
list
|
Jrecord
of
(
string
*
jtype
)
list
|
Jenum
of
ident
*
string
list
(* type and tags *)
|
Jenum
of
ident
*
string
list
(*
*
type and tags *)
|
Jdata
of
ident
*
jtype
(* type and definition *)
|
Jdata
of
ident
*
jtype
(*
*
type and definition *)
|
Jself
(* for (simply) recursive types *)
|
Jself
(*
*
for (simply) recursive types *)
type
fieldInfo
=
{
type
fieldInfo
=
{
fd_name
:
string
;
fd_name
:
string
;
...
...
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