-
This epic-style issue tracks our work on refactoring Hypothesis to use an IR layer in our engine.
## Motivation
So far, most things in Hypothesis have been built to work at the level of a *bytes…
tybug updated
3 weeks ago
-
Specifically `parseText def . renderText def` is not equivalent to `Right`. This means you cannot render a `Document` and send it over the wire and then parse it on the other side and expect to get ba…
-
-
Example (https://scastie.scala-lang.org/jpXxtlT1Rk6SERNsMqz3IQ):
```scala
import io.circe.generic.auto._
import io.circe.syntax._
case class Odd(a: Option[Option[Int]])
val js = Odd(Some(No…
-
Draft proposal, see also [Zulip](https://leanprover.zulipchat.com/#narrow/stream/287929-mathlib4/topic/Bundled.20morphisms/near/325987529)
```lean
-- Auxiliary classes
class ComposablePred (A B C) …
-
The `instantiate2_address` helper inside cosmwasm-std is not accounting for the length of chain's contract addresses. Something like this would work:
```rust
fn instantiate2_address_impl(
che…
-
_migrated from Trac, where originally posted by **clange** on 7-Oct-2010 10:42am_
[The SlugMath semantic wiki for mathematical course notes](http://slugmath.ucsc.edu/mediawiki/index.php/Category:Lexi…
-
Previous discussions:
> [Idris Mailing List: Functor instance for Vect](https://groups.google.com/d/msg/idris-lang/ryQcVLy08sc/FTOR4bA-gRMJ)
> [Idris Mailing List: interface Prelude.Functor.Functo…
-
# Summary
GHC's occasional suggestion to enable `-XAllowAmbiguousTypes` can be misleading and would benefit from being documented.
# Motivation
A few years ago, [Richard Eisenberg mentioned](…
-
Type-checking the above module seems to drag in a huge amount of unnecessary stuff. It must be possible to simplify the dependencies. Also check other `Reflection.AST` modules!