clash-prelude v0.10.11 Release Notes

Release Date: 2016-08-03 // over 7 years ago
    • ๐Ÿ†• New features:
      • Add strict version of: sample, sampleN, fromList, and simulate
      • Make Signals <*> slightly stricter:
      • Feedback loops still work with this new implementation
      • No more space-leaks when used in combination with the strict version of sample, sampleN, and simulate
      • Add NFData instances for the numeric types
    • Speed up arithmetic operations of Signed, Unsigned and BitVector
    • ๐Ÿ›  Fixes bugs:
      • CLaSH compiler sees internals of numeric types in their Lift functions