Skip to content

Commit

Permalink
Type safety on named schema in sink type
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrswift committed Jun 2, 2024
1 parent 444313b commit 7f51d60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/sink.typ
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
) = {

if ( positional != none ) {assert-base-type(positional);}
if ( named != none ) {assert-base-type(named);}

base-type(
name: "argument-sink",
Expand Down

0 comments on commit 7f51d60

Please sign in to comment.