From 5d83e36ef8210d1514259c89ff97a25c4d19600c Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Tue, 20 Jan 2026 17:00:40 -0600 Subject: Technically working, but I need a cleaner way to pass personA and journalA into a list context... --- src/Data/Abbr.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Data/Abbr.hs') diff --git a/src/Data/Abbr.hs b/src/Data/Abbr.hs index f42134f..8ee4bc0 100644 --- a/src/Data/Abbr.hs +++ b/src/Data/Abbr.hs @@ -27,7 +27,7 @@ type Abbr_ = Abbr StrictText abbrHtml :: ToMarkup a => Abbr a -> Html abbrHtml (Abbr n sn l) = linkedHtml $ Linked (fromMaybe n sn) l (n <$ sn) -instance Ord a => ToAliases (Abbr a) where +instance Ord a => ToAliases (Abbr a) a where toAliases (Abbr t st _) = S.fromList $ t : toList st instance FromAlias a (Abbr a) where -- cgit v1.2.3