Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
frama-c
Commits
a712ca1d
Commit
a712ca1d
authored
Jun 05, 2019
by
Virgile Prevosto
Browse files
[kernel] document new Logic_info_structural datatype
parent
c843b660
Changes
1
Show whitespace changes
Inline
Side-by-side
src/kernel_services/ast_queries/cil_datatype.mli
View file @
a712ca1d
...
...
@@ -256,6 +256,16 @@ module Identified_term: S_with_collections_pretty with type t = identified_term
module
Logic_ctor_info
:
S_with_collections_pretty
with
type
t
=
logic_ctor_info
module
Logic_info
:
S_with_collections_pretty
with
type
t
=
logic_info
(** Logic_info with structural comparison:
- name of the symbol
- type of arguments
Note that polymorphism is ignored, in the sense that two symbols with
the same name and profile except for the name of their type variables
will compare unequal.
@since Frama-C+dev
*)
module
Logic_info_structural
:
S_with_collections_pretty
with
type
t
=
logic_info
module
Logic_constant
:
S_with_collections_pretty
with
type
t
=
logic_constant
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment