Skip to content

Commit

Permalink
Work on adding tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSStewart committed May 8, 2024
1 parent 7198a78 commit e904f19
Show file tree
Hide file tree
Showing 2 changed files with 609 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Internal/Builtin/MiniBillCodec.elm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ codeGen =
, CodeGenerator.float (val "float")
, CodeGenerator.string (val "string")
, CodeGenerator.list (fn1 "list")
, CodeGenerator.maybe (fn1 "maybe")
, CodeGenerator.maybe (fn1 "nullable")
, CodeGenerator.dict (\key value -> CG.apply [ val "dict", key, value ])
, CodeGenerator.unit (val "unit")
, CodeGenerator.tuple (\arg1 arg2 -> CG.apply [ val "tuple", arg1, arg2 ])
Expand Down
Loading

0 comments on commit e904f19

Please sign in to comment.