-
Updated
Oct 7, 2020 - JavaScript
types
Here are 627 public repositories matching this topic...
-
Updated
Oct 9, 2020 - TypeScript
-
Updated
Oct 9, 2020 - Python
-
Updated
Oct 6, 2020 - TypeScript
-
Updated
Oct 5, 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
Input
# typed: true
T.absurd(:foo) if T.unsafe(false)
Observed output
editor.rb:3: Control flow could reach T.absurd because the type Symbol(:"foo") wasn't handled https://srb.help/7026
3 |T.absurd(:foo) if T.unsafe(false)
^^^^^^^
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 9, 2020 - Python
-
Updated
Oct 6, 2020 - TypeScript
-
Updated
Sep 9, 2020 - TypeScript
-
Updated
Oct 9, 2020 - TypeScript
-
Updated
Oct 9, 2020 - Clojure
-
Updated
Aug 17, 2020 - TypeScript
-
Updated
Sep 15, 2020 - Python
-
Updated
Oct 9, 2020 - Ruby
-
Updated
Sep 24, 2020 - Reason
-
Updated
Oct 6, 2020 - Kotlin
(exp (log (make-polar 1.7976931348623153e+308 -1.797693134862315e+308)))
produces -8.648665413126592e+306-1.7956115019091953e+308i
in Racket but -inf.0-inf.0i
after Typed Racket optimization. Optimized code is:
(let-values (((g3)
(#%app
log
-
Updated
Aug 22, 2020 - Idris
-
Updated
Sep 5, 2018 - JavaScript
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
pytype
into ALE and this would make it a lot easier.