-
Updated
Aug 27, 2020 - JavaScript
types
Here are 605 public repositories matching this topic...
-
Updated
Aug 28, 2020 - TypeScript
-
Updated
Aug 28, 2020 - Python
-
Updated
Aug 25, 2020 - TypeScript
-
Updated
Aug 28, 2020 - TypeScript
-
Updated
Jul 24, 2017 - TypeScript
My goal is to have the best documentation for each provided type.
If something is unclear in any of the types, please comment or open a PR to improve it.
Some things you could contribute:
- Fix typos.
- Improved description of the type.
- More examples.
- Provide more real-world use-cases. This helps the user understand where a type might come in handy.
- Add links to relevant discu
-
Updated
Jul 21, 2020 - Python
For tests in cli/ we end up executing them and comparing the output with the expected one in different ways.
For example between suggest-sig and autocorrect-abstract.
As noted by @jez [here](sorbet/sorbet#3381 (comment)
-
Updated
Aug 23, 2020 - TypeScript
-
Updated
Aug 18, 2020 - TypeScript
-
Updated
Aug 28, 2020 - Clojure
-
Updated
Aug 28, 2020 - TypeScript
-
Updated
Aug 17, 2020 - TypeScript
-
Updated
Aug 23, 2020 - Python
-
Updated
Jun 24, 2020 - Ruby
-
Updated
Aug 28, 2020 - Reason
What version of Racket are you using?
7.2
What program did you run?
#lang typed/racket/base
(require/typed/provide racket/base
[(add1 inc) (Integer -> Integer)])What should have happened?
Program compiles, as doc for require/typed/provide suggests:
(require/typed/provide m rt-clause ...)I don't know if this is a bug or it is intended a
-
Updated
Aug 25, 2020 - Kotlin
-
Updated
Aug 22, 2020 - Idris
-
Updated
Sep 5, 2018 - JavaScript
-
Updated
Jun 24, 2020 - Ruby
Improve this page
Add a description, image, and links to the types topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the types topic, visit your repo's landing page and select "manage topics."
Elm has the option to output errors as JSON (via a flag), and something like that is handy for writing tooling around it. I'm trying to integrate
pytypeinto ALE and this would make it a lot easier.