Skip to content

Conversation

@nicolasstucki
Copy link
Contributor

No description provided.

Introduces `Binding[T]` which can be used to match a check is an `Expr` is a reference to some
other binding defined in scope.

```scala
  case '{ val $x: Int = ($body: Int) } => // where x: Binding[Int]
  case '{ ($x: Int) => ($body: Int) } => // where x: Binding[Int]
  case Binding(b) => // where b: Binding[Int]
```
Make Bindings Any-kinded and convert PolyTypes to HKTypes as part of (toFunctionType)
@nicolasstucki nicolasstucki force-pushed the add-quote-pattern-bindings-in-patterns branch from 169bde6 to ff9070a Compare April 16, 2019 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant