mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
b349045d46
commit
40c3ac6d1a
|
|
@ -111,6 +111,9 @@ metaDataEntries = do
|
|||
|
||||
case syn of
|
||||
|
||||
(ListVal o : what : args) -> do
|
||||
error $ show $ pretty o <+> pretty what <+> pretty args
|
||||
|
||||
(LitStrVal s : meta) -> do
|
||||
let lbs = fromString (Text.unpack s) :: LBS.ByteString
|
||||
h <- createTreeWithMetadata (metaFromSyntax meta) lbs
|
||||
|
|
|
|||
Loading…
Reference in New Issue