Goblint_std.GobList
The normal haskell zip that throws no exception
Given a predicate and a list, returns two lists (l1, l2)
. l1
contains the prefix of the list until the last element that satisfies the predicate, l2
contains all subsequent elements. The order of elements is preserved.
module Syntax : sig ... end
Open this to use applicative functor/monad syntax for list
.