Skip to content

fix crash in process on empty list of hints

When passing an empty list of hints in an Incomplete it fails with an Prelude.head: empty list due to the unchecked use of head.

Merge request reports