-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simulation and QSM tests for HasBufFS
#48
Conversation
390784d
to
a0de512
Compare
d131d7f
to
d967fcc
Compare
e7608fd
to
3cab82e
Compare
d967fcc
to
3ebe6b8
Compare
335c12a
to
44675ec
Compare
3ebe6b8
to
32c0909
Compare
44675ec
to
752bb64
Compare
1ac5c8c
to
3d7ffb4
Compare
ea5c1ae
to
62d22c9
Compare
The function is now no longer constrained to `PrimBase m`, but any `m` for which `PrimState m ~ PrimState IO`.
62d22c9
to
7da720b
Compare
The simulated version of `HasBufFS` is not yet exposed yet from the public API. This will happen in a later PR.
7da720b
to
5997881
Compare
{-# LANGUAGE UnboxedTuples #-} | ||
{-# LANGUAGE UndecidableInstances #-} | ||
|
||
module System.FS.Sim.Prim ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm just wondering if this module deserves an explanation 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll include it in a follow-up!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Follow-up to #46