Skip to content
#

typeclasses

Here are 88 public repositories matching this topic...

kubukoz
kubukoz commented Feb 21, 2021

In series/3.x, a simpler interface for IOApp is provided, for the users who don't need args or exit codes:

object Main extends IOApp.Simple:
  def run: IO[Unit] = IO.println("hello")

I think it could be backported to CE2 for the poor souls who won't be able to migrate for a while for reasons.

arrow-meta
ahinchman1
ahinchman1 commented Dec 16, 2019

Parent issue: #335
Every plugin must be able to use all properties to construct the exact PSI element being fed in to achieve isomorphism between Quote and Scope. To ensure that AST parsing and our quote-and-template system is robust, more testing is needed to increase stability and reliability.

Checklist for WhenExpression

  • Destructure and make available all methods related to re

Improve this page

Add a description, image, and links to the typeclasses topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the typeclasses topic, visit your repo's landing page and select "manage topics."

Learn more