Fixed formatting again

This commit is contained in:
iko 2023-07-10 11:00:05 +03:00
parent 8b208451bd
commit 529ead91a3

View File

@ -65,8 +65,7 @@
^- (set @)
?- -.diff
%hole (silt ~[+.diff])
%cell
(~(uni in $(diff lhs.diff)) $(diff rhs.diff))
%cell (~(uni in $(diff lhs.diff)) $(diff rhs.diff))
%ignore empty-set
==
++ find-final-ins-holes
@ -75,8 +74,7 @@
^- (set @)
?- -.diff
%hole (silt ~[+.diff])
%cell
(~(uni in $(diff lhs.diff)) $(diff rhs.diff))
%cell (~(uni in $(diff lhs.diff)) $(diff rhs.diff))
%atom empty-set
==
++ find-ins-holes
@ -85,8 +83,7 @@
^- (set @)
?- -.diff
%hole (silt ~[+<.diff])
%cell
(~(uni in $(diff lhs.diff)) $(diff rhs.diff))
%cell (~(uni in $(diff lhs.diff)) $(diff rhs.diff))
%atom empty-set
==
++ filter-del-holes
@ -106,8 +103,10 @@
%hole
?: (~(has in allowed-holes) +<.diff) [%hole +<.diff]
(insify-noun original:diff)
%cell [%cell $(diff +<.diff) $(diff +>.diff)]
%atom diff
%cell
[%cell $(diff +<.diff) $(diff +>.diff)]
%atom
diff
==
++ gcp
|= diff=diff
@ -141,7 +140,8 @@
|= =patch
^- [%diff del=del-diff ins=final-ins-diff]
?- -.patch
%diff patch
%diff
patch
%cell
=/ pulled-lhs $(patch lhs:patch)
=/ pulled-rhs $(patch rhs:patch)