Giter VIP home page Giter VIP logo

Comments (2)

alexarchambault avatar alexarchambault commented on May 30, 2024

@milessabin Does this ring a bell to you? This looks quite similar to #7 (comment), although removing arbContainer2 from scalacheck-shapeless doesn't address the issue here (one just gets "cannot find implicit value..." then).

Unlike #7, the problem only appears when singleton types are involved.

from scalacheck-shapeless.

milessabin avatar milessabin commented on May 30, 2024

No, I've not seen this before. It might be my fault, but I'm tempted to call this a compiler bug. Here's something else which works,

scala> type One = Witness.`1`.T
defined type alias One

scala> test((1: One) :: HNil)
res7: org.scalacheck.Arbitrary[shapeless.::[One,shapeless.HNil]] = org.scalacheck.ArbitraryLowPriority$$anon$1@595812b9

Also note,

scala> 1.narrow
res8: Int(1) = 1

scala> (1.narrow: One)
res9: One = 1

And again,

scala> def typed[T](t: T)(implicit ev: T =:= (One :: HNil)) = {}
typed: [T](t: T)(implicit ev: =:=[T,shapeless.::[One,shapeless.HNil]])Unit

scala> typed(1 :: HNil)
<console>:26: error: Cannot prove that shapeless.::[Int,shapeless.HNil] =:= shapeless.::[One,shapeless.HNil].
       typed(1 :: HNil)
            ^

scala> typed(1.narrow :: HNil)

scala>

from scalacheck-shapeless.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.