-
Should this work?
```javascript
'use strict';
const HMS = require('./src/hm-search.js');
const db = HMS.index([
'foo :: Int -> String',
'bar :: Int -> Int',
'blam :: Int -> Maybe In…
-
* Switched to single emit and added description and pseudocode
* Clarified that type variables should be handled like Java generics and not C++ templates. (I think this does not matter since we've …
-
As @bollu suggested in #25:
> I strongly suggest not going down the route and trying to monkey patch a type system.
> Implement **any** of:
> - [Algorithm W](https://en.wikipedia.org/wiki/Hindley…
-
In the process of implementing my own compiler, I found an inconsistency between the implementation of type inference between the poly and poly_constraints compilers in chapter 7.
I believe it has to…
-
Sorry about posting this here, I've asked [on SO](https://stackoverflow.com/questions/46602208/how-to-add-metadata-to-the-system-type) twice now, but I have the feeling that what I am asking them is b…
-
In the ConstrainedRows version `TVariant` does not appear in unify.
Is it the same as `TRecord`?
```
unify (TVariant row1) (TVariant row2) = unify row1 row2
```
Also in Injection the type is:
``…
-
These are super useful for describing orbital motions, it would be nice to see these integrated into either Amethyst itself or an upstream math library.
-
# Typage fort, faible, dynamique, statique, et plus si affinité.
- Temps: 20 minutes
- A partir de: Octobre
## Description
Comprenons tout ce qui tourne autour de ces notions avec des exemples…
-
[This](https://github.com/npm/npm/issues/5673) is a problem for me. I wrote a script to move some files to a temp directory and publish that. What do you think about an option to run an arbitrary comm…
-
Details
* [x] Event: Talks
* [x] Date: June 15.
* [x] Hosts: @madsflensted and @ctrabold?
* [x] Venue sponsor: ThoughWworks
* [x] drinks sponsor: ThoughtWorks
Talks:
* @madsflen…