Prelude API
    Preparing search index...

    Function fromUntil

    • Parses input from a (head) until b (tail) returning inner string followed by head and tail.

      Type Parameters

      Parameters

      • a: A
      • b: B

      Returns t<{ head: Parsed<A>; inner: string; tail: Parsed<B> }>