feat: checking type to value conformance

This commit is contained in:
vegowotenks 2025-08-22 09:28:47 +02:00
parent 5655e621de
commit cff27337e7
3 changed files with 58 additions and 5 deletions

View file

@ -21,6 +21,7 @@ library
exposed-modules:
Language.Json
Language.Json.Parser
Language.Json.Path
Language.Json.Type
other-modules:
Paths_hon