Skip to content

Commit

Permalink
Hint that something is missing is a specification in the documentation
Browse files Browse the repository at this point in the history
Since ocaml-gospel#317 was not yet addressed, add an explicit `(* ... *)` to hint
that the proposed specification cannot be used all by itself (yet)
  • Loading branch information
shym committed Oct 4, 2023
1 parent 83987ca commit 0218404
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/language/function-contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,8 @@ or not.
```ocaml invalidSyntax
val run : unit -> unit
(*@ run ()
diverges *)
diverges
(* ... *) *)
```

## Data Mutability
Expand Down

0 comments on commit 0218404

Please sign in to comment.