Skip to content
Snippets Groups Projects
Commit dcfd1b9c authored by Daniel Langbein's avatar Daniel Langbein :mountain_bicyclist:
Browse files

fix typo korekursion.tex

parent 5974fe08
No related branches found
No related tags found
1 merge request!3fix typo korekursion.tex
......@@ -18,7 +18,7 @@ hd (genl t) = node t
tl (genl t) = genl (left t)
hd (genr t) = node t
tl (genr t) = genl (right t)
tl (genr t) = genr (right t)
hd (const x) = 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