package_foo.sql.txt 94 B

1234567
  1. $do_foo = ($value) -> {
  2. return AsStruct(
  3. $value as foo
  4. );
  5. };
  6. export $do_foo;