Skip to content

Commit

Permalink
RSM example in task12.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gsvgit authored May 22, 2023
1 parent dadd56e commit 87eb79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/task12.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ let g = set start of (set finals of g' to (vertices of g')) to {0..100}
let l1 = "l1" | "l2"
let q1 = ("type" | l1)*
let q2 = "sub_class_of" l1
let q2 = "sub_class_of" | l1 | q2
let res1 = g & q1
let res2 = g & q2
Expand Down

0 comments on commit 87eb79c

Please sign in to comment.