Skip to content

Commit

Permalink
Add new cases to ARCRelation
Browse files Browse the repository at this point in the history
  • Loading branch information
omaus committed Dec 4, 2023
1 parent 3f6340d commit 2c3d809
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ARCExpect/ARCRelation.fs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ type ARCRelation =
| HasA = 4
| Follows = 8
| Unknown = 16
| Misplaced = 32
| Obsolete = 64

/// Functions for working with ARCRelations.
module ARCRelation =
Expand Down

0 comments on commit 2c3d809

Please sign in to comment.