packages feed

clash-lib-1.6.0: prims/common/GHC_IO_Exception.primitives.yaml

- BlackBox:
    name: GHC.IO.Exception.assertError
    comment: |-
      It would be nice if we could use a HDL assertion, however,
                           because in HDL, case alternatives are evaluated
                           concurrently, we would end up with the assertion being
                           triggered, even when the result of that branch is not
                           chosen in the multiplexer
    kind: Expression
    type: 'assertError ::
      HasCallStack => Bool -> a -> a'
    template: ~ARG[2]
    workInfo: Never