1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00

🔥 an obsolete FIXME.

This commit is contained in:
Rob Rix 2019-06-25 13:13:05 -04:00
parent 9ea288a36d
commit 6097e4509e
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -208,7 +208,7 @@ data Analysis address value m = Analysis
, unit :: m value
, bool :: Bool -> m value
, asBool :: value -> m Bool
, string :: Text -> m value -- FIXME: Text
, string :: Text -> m value
, asString :: value -> m Text
, frame :: m value
, edge :: Edge -> address -> m ()