Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 537 Bytes

File metadata and controls

5 lines (4 loc) · 537 Bytes

This directory contains code from Point-Free Episode: Invertible Parsing: Generalization

Our parser-printer library is looking pretty impressive, but there are a couple problems we need to address. We have made some simplifying assumptions that have greatly reduced the generality our library aspires to have. We will address them by abstracting what it means for an input to be parseable and printable.