We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5964dd6 + ded829b commit 251ef3dCopy full SHA for 251ef3d
source/ports/scala_port/src/main/scala/Ptr.scala
@@ -2,11 +2,7 @@ package metacall
2
3
import metacall.util._
4
import com.sun.jna._
5
-<<<<<<< HEAD
6
import cats.implicits._
7
-=======
8
-import cats._, cats.implicits._, cats.effect._
9
->>>>>>> Solving some Scala port bugs and trying to implement support for multiple arguments.
10
11
/** Create a [[Ptr]] to MetaCall value of type [[A]] */
12
trait Create[A] {
0 commit comments