Skip to content

Commit

Permalink
Added alias for parsley in quick
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed May 4, 2024
1 parent 741132c commit bdb596b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion parsley/shared/src/main/scala/parsley/quick.scala
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,6 @@ package parsley
* @define paramAp a parser that returns a function to apply to the results of the parsers with arity
* @define returnAp a parser that parses all of the given parsers in order, and then combines their results with `f`.
*/
object quick extends ParsleyImpl with combinator with character with position with lift with ap
object quick extends ParsleyImpl with combinator with character with position with lift with ap {
type Parsley[+A] = parsley.Parsley[A]
}

0 comments on commit bdb596b

Please sign in to comment.