1--- 2version: 1.4.0 3title: Mixed Parameters 4file: ./test/stare_test.gleam 5test_name: labelled_param_test 6--- 7fn my_function(wibble, wobble: Int, label name: String) { 8 "Testing!" 9} 10