anka-213 / nbe-edsl

Normalization by Evaluation for Embedded Domain-specific Languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nbe-edsl

Work in progress!

This repo contains the code accompanying the paper Practical Normalization by Evaluation for EDSLs, which is to be published at Haskell '21.

In ghci, load Demo.hs and try:

*Demo> norm cube
(\x0. (x0 * (x0 * x0)))

About

Normalization by Evaluation for Embedded Domain-specific Languages

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%