Rename AllFlags to RawFlags
I just like this new name better
This commit is contained in:
parent
4707e929ef
commit
45ec7d1708
3 changed files with 6 additions and 6 deletions
|
|
@ -29,5 +29,5 @@ fRange r
|
|||
fLine :: (AddressRange, Set.Set Char) -> T.Text
|
||||
fLine (r, s) = fRange r <> ": " <> fFlagSet s <> "\n"
|
||||
|
||||
formatFlagFile :: AllFlags -> T.Text
|
||||
formatFlagFile :: RawFlags -> T.Text
|
||||
formatFlagFile = mconcat . map fLine . Map.assocs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue