#lang simplex-demo fun f(x,y) = x + y fun g(z) = f(z,z) g(10)