turion / rhine

Haskell Functional Reactive Programming framework with type-level clocks
http://hackage.haskell.org/package/rhine
123 stars 21 forks source link

Rename Empty to Void #4

Closed turion closed 5 months ago

turion commented 7 years ago

Standard practice in Haskell seems to be to call the empty type Void, as in https://hackage.haskell.org/package/void.

turion commented 6 years ago

This is stuck on the corresponding issue in dunai.

turion commented 5 months ago

Was done in https://github.com/turion/rhine/pull/299