ian-ross / arb-fft

Pure Haskell arbitrary length FFT library
https://www.skybluetrades.net/haskell-fft-index.html
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

possibly clean up nested "imperative" lets with my strict-identity package #4

Open cartazio opened 10 years ago

cartazio commented 10 years ago

you may wanna check out my wee strict-identity package http://hackage.haskell.org/package/strict-identity-0.1.0.0/docs/Control-Monad-StrictIdentity.html for when you next want to do a few "imperative" nested lets

ian-ross commented 10 years ago

Interesting! I shall look at that.