-
Updated
Aug 20, 2020 - JavaScript
#
types
Here are 602 public repositories matching this topic...
nodejs
javascript
testing
npm
styleguide
express
microservices
rest
mocha
types
eslint
es6
jest
style-guide
best-practices
expressjs
chai
node-js
nodejs-development
The repository for high quality TypeScript type definitions.
-
Updated
Aug 21, 2020 - TypeScript
Optional static typing for Python 3 and 2 (PEP 484)
-
Updated
Aug 21, 2020 - Python
A simple and composable way to validate data in JavaScript (or TypeScript).
-
Updated
Aug 18, 2020 - TypeScript
Runtime type system for IO decoding/encoding
-
Updated
Aug 19, 2020 - TypeScript
*DEPRECATED* The TypeScript Definition Manager
-
Updated
Jul 24, 2017 - TypeScript
sindresorhus
commented
Mar 14, 2019
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
Python Data Structures for Humans™.
-
Updated
Jul 21, 2020 - Python
univerio
commented
Aug 6, 2020
Input
# typed: strict
class A
extend T::Sig
sig {returns(T.untyped)}
attr_accessor :foo
endObserved output
editor.rb:5: Use of undeclared variable @foo https://srb
-
Updated
Aug 13, 2020 - TypeScript
Runtime validation for static types
-
Updated
Aug 18, 2020 - TypeScript
The Lux Programming Language
language
programming-language
clojure
haskell
lisp
types
functional-programming
functional-languages
macros
-
Updated
Aug 19, 2020 - Clojure
PgTyped - Typesafe SQL in TypeScript
-
Updated
Aug 21, 2020 - TypeScript
All basic TypeScript types in one place 🤙
-
Updated
Aug 17, 2020 - TypeScript
Work related to PEP 484: typing.py (released via PyPI) and issue tracker
-
Updated
Aug 21, 2020 - Python
Flexible type system for Ruby with coercions and constraints
-
Updated
Jun 24, 2020 - Ruby
Auto generation of idiomatic bindings between Reason and JavaScript: either vanilla or typed with TypeScript/FlowType.
-
Updated
Aug 20, 2020 - Reason
philnguyen
commented
Feb 23, 2019
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
Shape-Safe Differentiable Programming with Algebraic Data Types
kotlin
machine-learning
types
functional-programming
computer-algebra
automatic-differentiation
differentiable-programming
-
Updated
Aug 21, 2020 - Kotlin
Programming language agnostic type construction language based on polynomials.
serialization
types
marshalling
type-theory
category-theory
serialization-library
f-algebras
type-definitions
-
Updated
Jul 11, 2020 - Idris
Immutable and structurally typed data
-
Updated
Sep 5, 2018 - JavaScript
Typed struct and value objects
-
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.