mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
38e5a37b5a
commit
a22c530952
|
@ -78,7 +78,7 @@ instance Pretty (LWWRef e) where
|
|||
)
|
||||
where
|
||||
seqno = parens ( "seq" <+> pretty lwwSeq )
|
||||
val = parens ( "value" <+> pretty lwwValue )
|
||||
val = parens ( "value" <+> dquotes (pretty lwwValue) )
|
||||
proof | isNothing lwwProof = mempty
|
||||
| otherwise = parens ( "proof" <+> pretty lwwProof)
|
||||
|
||||
|
|
Loading…
Reference in New Issue