Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:metacall/core into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 29, 2021
2 parents 5964dd6 + ded829b commit 251ef3d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions source/ports/scala_port/src/main/scala/Ptr.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ package metacall

import metacall.util._
import com.sun.jna._
<<<<<<< HEAD
import cats.implicits._
=======
import cats._, cats.implicits._, cats.effect._
>>>>>>> Solving some Scala port bugs and trying to implement support for multiple arguments.

/** Create a [[Ptr]] to MetaCall value of type [[A]] */
trait Create[A] {
Expand Down

0 comments on commit 251ef3d

Please sign in to comment.