Skip to content

Commit

Permalink
remove unused instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelluethi committed Dec 17, 2024
1 parent 6122917 commit b05470b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/week11/alloy-solutions/baby.als
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ sig Person {

one sig Me extends Person {}

one sig MyBaby in Person {}

pred my_baby[b: Person] {
(all p: Person | b in p.loves) and b.loves = Me
Expand Down

0 comments on commit b05470b

Please sign in to comment.