-
Updated
Oct 19, 2020 - JavaScript
types
Here are 640 public repositories matching this topic...
-
Updated
Oct 20, 2020 - TypeScript
-
Updated
Oct 19, 2020 - Python
-
Updated
Oct 13, 2020 - TypeScript
-
Updated
Oct 11, 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: strict
class A
extend T::Sig
X = Object.new
sig {void}
def initialize
@y = Object.new
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 19, 2020 - Python
-
Updated
Oct 6, 2020 - TypeScript
-
Updated
Sep 9, 2020 - TypeScript
-
Updated
Oct 19, 2020 - TypeScript
-
Updated
Oct 15, 2020 - Clojure
-
Updated
Oct 17, 2020 - TypeScript
-
Updated
Sep 15, 2020 - Python
-
Updated
Oct 9, 2020 - Ruby
-
Updated
Oct 16, 2020 - Reason
-
Updated
Oct 19, 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.