primitive
primitive copied to clipboard
This package provides various primitive memory-related operations.
Results
62
primitive issues
Sort by
recently updated
recently updated
newest added
As it turns out use of `unsafeFreeze` (for whatever array library) together with polymorphic `PrimMonad` allows to violate referential transparency using seemingly reasonable code. Let consider following pseudocode: ```haskell do...
`runner.os` typically has values like `Linux` or `Windows`, whereas `matrix.os` (which is the value of `runs-on`) has more descriptive values such as `ubuntu-24.04-arm`. In particular, `matrix.os` tends to contain or...