Skip to content
Snippets Groups Projects
Commit c2a3851f authored by Andre Maroneze's avatar Andre Maroneze Committed by Allan Blanchard
Browse files

[Kernel] more @modify -> @before tags

parent d8de72bb
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ val precondition : goal:bool -> funspec -> predicate ...@@ -69,7 +69,7 @@ val precondition : goal:bool -> funspec -> predicate
With [~goal:true], only returns assert and check predicates. With [~goal:true], only returns assert and check predicates.
With [~goal:false], only returns assert and admit predicates. With [~goal:false], only returns assert and admit predicates.
@since Carbon-20101201 @since Carbon-20101201
@modify 23.0-Vanadium introduce [goal] flag @before 23.0-Vanadium no [goal] flag.
*) *)
val behavior_assumes : funbehavior -> predicate val behavior_assumes : funbehavior -> predicate
...@@ -80,14 +80,14 @@ val behavior_precondition : goal:bool -> funbehavior -> predicate ...@@ -80,14 +80,14 @@ val behavior_precondition : goal:bool -> funbehavior -> predicate
(** Builds the precondition from [b_assumes] and [b_requires] clauses. (** Builds the precondition from [b_assumes] and [b_requires] clauses.
For flag [~goal] see {!Ast_info.precondition} above. For flag [~goal] see {!Ast_info.precondition} above.
@since Carbon-20101201 @since Carbon-20101201
@modify 23.0-Vanadium introduce [goal] flag @before 23.0-Vanadium no [goal] flag.
*) *)
val behavior_postcondition : val behavior_postcondition :
goal:bool -> funbehavior -> termination_kind -> predicate goal:bool -> funbehavior -> termination_kind -> predicate
(** Builds the postcondition from [b_assumes] and [b_post_cond] clauses. (** Builds the postcondition from [b_assumes] and [b_post_cond] clauses.
For flag [~goal] see {Ast_info.precondition} above. For flag [~goal] see {Ast_info.precondition} above.
@modify 23.0-Vanadium introduce [goal] flag @before 23.0-Vanadium no [goal] flag.
*) *)
val disjoint_behaviors : funspec -> string list -> predicate val disjoint_behaviors : funspec -> string list -> predicate
......
...@@ -311,7 +311,7 @@ val add_aliases: ...@@ -311,7 +311,7 @@ val add_aliases:
If [deprecated] is set to true, the use of the aliases emits a warning. If [deprecated] is set to true, the use of the aliases emits a warning.
@Invalid_argument if an alias name is the empty string @Invalid_argument if an alias name is the empty string
@since Carbon-20110201 @since Carbon-20110201
@modify 22.0-Titanium add [visible] and [deprecated] arguments. *) @before 22.0-Titanium no [visible] and [deprecated] arguments. *)
val replace_option_setting: val replace_option_setting:
string -> plugin:string -> group:Group.t -> option_setting -> unit string -> plugin:string -> group:Group.t -> option_setting -> unit
......
...@@ -190,7 +190,7 @@ module type S_no_parameter = sig ...@@ -190,7 +190,7 @@ module type S_no_parameter = sig
If [visible] is set to false, the aliases do not appear in help messages. If [visible] is set to false, the aliases do not appear in help messages.
If [deprecated] is set to true, the use of the aliases emits a warning. If [deprecated] is set to true, the use of the aliases emits a warning.
@raise Invalid_argument if one of the strings is empty @raise Invalid_argument if one of the strings is empty
@modify 22.0-Titanium add [visible] and [deprecated] arguments. *) @before 22.0-Titanium no [visible] and [deprecated] arguments. *)
(**/**) (**/**)
val is_set: unit -> bool val is_set: unit -> bool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment