diff options
author | Son Ho | 2024-04-11 20:08:40 +0200 |
---|---|---|
committer | Son Ho | 2024-04-11 20:08:40 +0200 |
commit | 46567dcdab21b85d20a317a37265b037f36ad737 (patch) | |
tree | 466a5ed8b0ce5abe682a744cdfbe1f8d5a9c583e /compiler | |
parent | f591aa7fe618838641767d835616867bbf3ec4ee (diff) |
Update a comment
Diffstat (limited to '')
-rw-r--r-- | compiler/SymbolicToPure.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/SymbolicToPure.ml b/compiler/SymbolicToPure.ml index cf03fddf..15b52237 100644 --- a/compiler/SymbolicToPure.ml +++ b/compiler/SymbolicToPure.ml @@ -282,8 +282,8 @@ type bs_ctx = { mk_panic : texpression option; (** Small helper: translate a [fail] expression. - We initialize this at [None]. - *) + We initialize this at [None]. + *) } [@@deriving show] |