summaryrefslogtreecommitdiff
path: root/kiki.hs
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2019-07-06 15:19:04 -0400
committerJoe Crayne <joe@jerkface.net>2019-07-06 15:19:04 -0400
commit2d001913d97ccc05af3b062b42b0df8b155d2a73 (patch)
tree6b3c4e5b3fda73df0c4ada4228ea7dcd0709f814 /kiki.hs
parentb0967e64df7a4f4d1cd2af95ccda8a0ba3447138 (diff)
Minor cleanup, comments.
Diffstat (limited to 'kiki.hs')
-rw-r--r--kiki.hs8
1 files changed, 0 insertions, 8 deletions
diff --git a/kiki.hs b/kiki.hs
index 4126a93..6a62312 100644
--- a/kiki.hs
+++ b/kiki.hs
@@ -1020,14 +1020,6 @@ parseKeySpecs = map $ \specfile -> do
1020 let cmd = (drop 1 . reverse . drop 1) bdmcb 1020 let cmd = (drop 1 . reverse . drop 1) bdmcb
1021 Just (spec,file,cmd) 1021 Just (spec,file,cmd)
1022 1022
1023buildStreamInfo :: KeyFilter -> FileType -> StreamInfo
1024buildStreamInfo rtyp ftyp = StreamInfo { typ = ftyp
1025 , fill = rtyp
1026 , spill = KF_All
1027 , access = AutoAccess
1028 , initializer =NoCreate
1029 , transforms = [] }
1030
1031data Export = Export | NoExport deriving Eq 1023data Export = Export | NoExport deriving Eq
1032data Import = Import | NoImport deriving Eq 1024data Import = Import | NoImport deriving Eq
1033data Secret = Secret | NoSecret deriving Eq 1025data Secret = Secret | NoSecret deriving Eq