Skip to content
Snippets Groups Projects
Commit 1a328eca authored by Philip Kaluđerčić's avatar Philip Kaluđerčić :u7121:
Browse files

Revert "Merge branch 'in53uqud-master-patch-37570' into 'master'"

This reverts merge request !3
parent 78f42c9a
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ hd (genl t) = node t ...@@ -18,7 +18,7 @@ hd (genl t) = node t
tl (genl t) = genl (left t) tl (genl t) = genl (left t)
hd (genr t) = node t hd (genr t) = node t
tl (genr t) = genr (right t) tl (genr t) = genl (right t)
hd (const x) = x hd (const x) = x
tl (const x) = const x tl (const x) = const x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment