Skip to content

Commit

Permalink
Update test with sort instead of param
Browse files Browse the repository at this point in the history
  • Loading branch information
radumereuta committed May 24, 2022
1 parent 905eb86 commit caabccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"format":"KAST","version":2,"term":{"node":"KApply","label":{"node":"KLabel","name":"#Equals","params":[{"node":"KSort","name":"Sort1"},{"node":"KSort","name":"Sort2"}]},"arity":2,"args":[{"node":"KToken","sort":"Int","token":"3"},{"node":"KToken","sort":"Int","token":"4"}]}}
{"format":"KAST","version":2,"term":{"node":"KApply","label":{"node":"KLabel","name":"#Equals","params":[{"node":"KSort","name":"K"},{"node":"KSort","name":"K"}]},"arity":2,"args":[{"node":"KToken","sort":"Int","token":"3"},{"node":"KToken","sort":"Int","token":"4"}]}}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"format":"KAST","version":2,"term":{"node":"KApply","label":{"node":"KLabel","name":"#Equals","params":[{"node":"KSort","name":"Sort1"},{"node":"KSort","name":"Sort2"}]},"arity":2,"args":[{"node":"KToken","sort":"Int","token":"3"},{"node":"KToken","sort":"Int","token":"3"}]}}
{"format":"KAST","version":2,"term":{"node":"KApply","label":{"node":"KLabel","name":"#Equals","params":[{"node":"KSort","name":"K"},{"node":"KSort","name":"K"}]},"arity":2,"args":[{"node":"KToken","sort":"Int","token":"3"},{"node":"KToken","sort":"Int","token":"3"}]}}

0 comments on commit caabccf

Please sign in to comment.