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/Name.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Data/Name.hs') diff --git a/src/Data/Name.hs b/src/Data/Name.hs index 647c285..faf8d8c 100644 --- a/src/Data/Name.hs +++ b/src/Data/Name.hs @@ -84,7 +84,7 @@ readNameFML t = T.map (\c -> if c == '~' then ' ' else c) <<$>> [] -> empty (f:xs) -> case unsnoc xs of Nothing -> empty - Just (m, l) -> pure $ Name f l $ case m of + Just (m, l) -> pure $ Name l f $ case m of [] -> Nothing _ -> Just $ T.unwords m -- cgit v1.2.3