Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
haskell
polysemy-fskvstore
Commits
0ee9f49a
Commit
0ee9f49a
authored
4 years ago
by
root
Browse files
Options
Download
Email Patches
Plain Diff
Fix exports
parent
21f6f16e
No related merge requests found
Pipeline
#106
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/Polysemy/FSKVStore.hs
src/Polysemy/FSKVStore.hs
+2
-1
No files found.
src/Polysemy/FSKVStore.hs
View file @
0ee9f49a
...
@@ -5,7 +5,8 @@
...
@@ -5,7 +5,8 @@
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
module
Polysemy.FSKVStore
(
module
Polysemy.FSKVStore
(
runFSKVStoreRelBS
FSKVStore
,
runFSKVStoreRelBS
,
runFSKVStoreAbsBS
,
runFSKVStoreAbsBS
,
runFSKVStoreRelUtf8
,
runFSKVStoreRelUtf8
,
runFSKVStoreAbsUtf8
,
runFSKVStoreAbsUtf8
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help