Advertisement
Guest User

Untitled

a guest
Jun 20th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.20 KB | None | 0 0
  1. package nl.edejong.p1.parser
  2. import cats._, cats.free._, cats.std.function._
  3. import cats._
  4. import cats.free._
  5. import cats.std.function._
  6.  
  7. class P1ParserSpec
  8. {
  9.  
  10.   implicitly[FlatMap[Trampoline]]
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement