Skip to content

Commit

Permalink
Add newlines between functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerhard committed Nov 14, 2023
1 parent e64558d commit a230618
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cdomains/stringDomain.ml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ include Printable.StdLeaf
let name () = "string"

type string_domain = Unit | Disjoint | Flat

let string_domain = ref None

let string_domain_config = "ana.base.strings.domain"

let parse config = match config with
| "unit" -> Unit
| "disjoint" -> Disjoint
Expand Down

0 comments on commit a230618

Please sign in to comment.