An open API service indexing awesome lists of open source software.

https://github.com/fthomas/refinement-types


https://github.com/fthomas/refinement-types

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Refinement Types

http://noamz.org/oplss16/refinements-notes.pdf

## Haskell

* Niki Vazou, Eric L. Seidel, Ranjit Jhala, Dimitrios Vytiniotis, Simon Peyton-Jones. 2014. [Refinement Types For Haskell](http://goto.ucsd.edu/~nvazou/refinement_types_for_haskell.pdf). [doi:10.1145/2692915.2628161](http://dx.doi.org/10.1145/2692915.2628161)

## ML

* Tim Freeman, Frank Pfenning. 1991. [Refinement Types for ML](https://www.cs.cmu.edu/~fp/papers/pldi91.pdf). [doi:10.1145/113445.113468](http://dx.doi.org/10.1145/113445.113468)

## TypeScript

* Panagiotis Vekris, Benjamin Cosman, Ranjit Jhala. 2016. [Refinement Types for TypeScript](http://arxiv.org/pdf/1604.02480v1)