karroffel and gallais add stub functions for primitive casts between BitsN types
0fb1192 Aug 11, 2020
add stub functions for primitive casts between BitsN types
Related to idris-lang/Idris2#548.

The PR linked above adds `Cast` implementations for `BitsN` types. These
implementations use primitive functions which are not available in
Iris2-boot. This commit adds these functions as a stub to make the Prelude
in Idris2 compile again.
0fb1192