1 2 3 4 5 6 7 8 9
type Space = { width: &Length, height: &Length }; val space: fn( ?#width: &Length, ?#height: &Length ) -> Widget