Skip to content

Instantly share code, notes, and snippets.

@dcrystalj
Created November 16, 2013 23:37
Show Gist options
  • Save dcrystalj/7506879 to your computer and use it in GitHub Desktop.
Save dcrystalj/7506879 to your computer and use it in GitHub Desktop.
jepolimorfna
fun vsota_el sez =
case sez of
[h] => h
| glava::rep => glava + vsota_el rep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment