Skip to content

Commit

Permalink
Merge branch 'develop' into test-develop-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Robertorosmaninho authored Sep 21, 2023
2 parents 5f5cad0 + 8200fdb commit 0231722
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
Out:String
#Equals
"x = 21\n"
"x = 11\n"
}
#And
{
Store:Map
#Equals
0 |-> 21
0 |-> 11
}
#Or
{
Expand All @@ -19,7 +19,7 @@
{
Store:Map
#Equals
0 |-> 11
0 |-> 21
}
#Or
{
Expand All @@ -31,31 +31,31 @@
{
Store:Map
#Equals
0 |-> 21
0 |-> 33
}
#Or
{
Out:String
#Equals
"x = 11\n"
"x = 16\n"
}
#And
{
Store:Map
#Equals
0 |-> 33
0 |-> 16
}
#Or
{
Out:String
#Equals
"x = 16\n"
"x = 21\n"
}
#And
{
Store:Map
#Equals
0 |-> 16
0 |-> 21
}
#Or
{
Expand Down

0 comments on commit 0231722

Please sign in to comment.