chris-martin / bricks

Bricks is a lazy functional language based on Nix.
https://hackage.haskell.org/package/bricks
6 stars 1 forks source link

Stop using Dynamic #14

Open chris-martin opened 6 years ago

chris-martin commented 6 years ago

Currently I'm using Dynamic to represent data terms. What we really should do is make this a type variable, and fully embrace the word "unityped" to describe Bricks - All terms will be of one this type.