Commit bfcc1565 authored by Evan W. Patton's avatar Evan W. Patton Committed by Evan W. Patton

Add missing coerce-to-number-list code path in iOS

Change-Id: If7713cbb2432b5e5084e351d55e0564cf1953a0a
parent 824c4279
......@@ -308,6 +308,7 @@
((equal? type 'text) (coerce-to-text arg))
((equal? type 'boolean) (coerce-to-boolean arg))
((equal? type 'list) (coerce-to-yail-list arg))
((equal? type 'list-of-number) (coerce-to-number-list arg))
((equal? type 'InstantInTime) (coerce-to-instant arg))
((equal? type 'component) (coerce-to-component arg))
((equal? type 'pair) (coerce-to-pair arg))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment