activity
20172021
most citedLinear Haskell: practical linearity in a higher-order polymorphic language

85 citations · 89 across the 5 of their papers we have counts for

collaborators

5 papers

cs.PL2021

Efficient Tree-Traversals: Reconciling Parallelism and Dense Data Representations

Chaitanya Koparkar, Mike Rainey, Michael Vollmer +2

Recent work showed that compiling functional programs to use dense, serialized memory representations for recursive algebraic datatypes can yield significant constant-factor speedu…

cs.PL20192 cited

Sound, Fine-Grained Traversal Fusion for Heterogeneous Trees - Extended Version

Laith Sakka, Kirshanthan Sundararajah, Ryan R. Newton +1

Applications in many domains are based on a series of traversals of tree structures, and fusing these traversals together to reduce the total number of passes over the tree is a co…

cs.PL201785 cited

Linear Haskell: practical linearity in a higher-order polymorphic language

Jean-Philippe Bernardy, Mathieu Boespflug, Ryan R. Newton +2

Linear type systems have a long and storied history, but not a clear path forward to integrate with existing languages such as OCaml or Haskell. In this paper, we study a linear ty…

cs.PL2017

Deriving Law-Abiding Instances

Ryan Scott, Vikraman Choudhury, Ryan Newton +2

Liquid Haskell's refinement-reflection feature augments the Haskell language with theorem proving capabilities, allowing programmers to retrofit their existing code with proofs. Bu…

cs.PL20172 cited

Adaptive Lock-Free Data Structures in Haskell: A General Method for Concurrent Implementation Swapping

Chao-Hong Chen, Vikraman Choudhury, Ryan R. Newton

A key part of implementing high-level languages is providing built-in and default data structures. Yet selecting good defaults is hard. A mutable data structure's workload is not k…