Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save MarcelineVQ/7f3ea6d43bef080c189c06178690b72a to your computer and use it in GitHub Desktop.

Select an option

Save MarcelineVQ/7f3ea6d43bef080c189c06178690b72a to your computer and use it in GitHub Desktop.
lookup: (m: List (k, v)) -> (key: k) -> Dec (val: v ** Elem (key, val) m)
lookup [] key = No ?foo
lookup (x :: xs) key = ?lookup_rhs_2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment