You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
Copy file name to clipboardexpand all lines: semantic-core/src/Data/Name.hs
+12-11
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,12 @@ import Control.Monad.IO.Class
26
26
importqualifiedData.CharasChar
27
27
importData.HashSet (HashSet)
28
28
importqualifiedData.HashSetasHashSet
29
+
importData.TextasText (Text, any, unpack)
29
30
importData.Text.Prettyprint.Doc (Pretty (..))
30
31
importqualifiedData.Text.Prettyprint.DocasPretty
31
32
32
33
--| User-specified and -relevant names.
33
-
typeUser=String
34
+
typeUser=Text
34
35
35
36
--| The type of namespaced actions, i.e. actions occurring within some outer name.
36
37
--
@@ -47,7 +48,7 @@ data Name
47
48
-- This should be used for names which the user provided and which other code (other functions, other modules, other packages) could call, e.g. declaration names.
48
49
| UserUser
49
50
--| A variable name represented as the path to a source file. Used for loading modules at a specific name.
0 commit comments