Skip to content

Commit

Permalink
onProblems is No_Wrap.Value
Browse files Browse the repository at this point in the history
  • Loading branch information
Akirathan committed Nov 5, 2024
1 parent cd3e04b commit 2cbc1e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ type JS_Object
mapper = ObjectMapper.new
new_object = mapper.createObjectNode
keys = Vector.build builder->
pairs.map on_problems=No_Wrap pair->
pairs.map on_problems=No_Wrap.Value pair->
case pair.first of
text : Text ->
## Ensure that any dataflow errors that could be stored in `pair.second` are propagated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type Header
`Header` values.
unify_vector : Vector (Header | Pair Text Text | Vector) -> Vector Header
unify_vector headers:Vector =
headers . map on_problems=No_Wrap h-> case h of
headers . map on_problems=No_Wrap.Value h-> case h of
_ : Vector -> Header.new (h.at 0) (h.at 1)
_ : Pair -> Header.new (h.at 0) (h.at 1)
_ : Function -> h:Header
Expand Down

0 comments on commit 2cbc1e9

Please sign in to comment.