aboutsummaryrefslogtreecommitdiffstats
path: root/src/Data/JLD/Error.hs
diff options
context:
space:
mode:
authorVolpeon <github@volpeon.ink>2023-06-25 09:35:34 +0200
committerVolpeon <github@volpeon.ink>2023-06-25 09:35:34 +0200
commit57870d6f040795546008ec254a70856fc2b436a8 (patch)
tree29c417eda7df387f24bce251d4362cb9c29081b2 /src/Data/JLD/Error.hs
parentUpdate (diff)
downloadhs-jsonld-57870d6f040795546008ec254a70856fc2b436a8.tar.gz
hs-jsonld-57870d6f040795546008ec254a70856fc2b436a8.tar.bz2
hs-jsonld-57870d6f040795546008ec254a70856fc2b436a8.zip
Update
Diffstat (limited to 'src/Data/JLD/Error.hs')
-rw-r--r--src/Data/JLD/Error.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Data/JLD/Error.hs b/src/Data/JLD/Error.hs
index fe59df0..7b6fdec 100644
--- a/src/Data/JLD/Error.hs
+++ b/src/Data/JLD/Error.hs
@@ -42,6 +42,7 @@ data JLDError e
42 | InvalidSetOrListObject 42 | InvalidSetOrListObject
43 | InvalidScopedContext 43 | InvalidScopedContext
44 | ConflictingIndexes 44 | ConflictingIndexes
45 | IRIConfusedWithPrefix
45 deriving (Eq, Show) 46 deriving (Eq, Show)
46 47
47toJldErrorCode :: JLDError e -> Text 48toJldErrorCode :: JLDError e -> Text