pushed
zhengqunkoo/cpu-arrow • 1:35 AM - Jul 17, 2019
The ArrowApply instance for the Circuit type has been removed, dropping the app implementation that previously relied on runCircuit. This restricts dynamic arrow application for sequence-to-sequence arrows, preventing their use in contexts requiring ArrowApply. By tightening the available operations on circuits, this minor API cleanup simplifies the typeclass hierarchy and helps avoid potentially problematic usage patterns.