packages feed

typst-0.1.0.0: test/typ/compiler/closure-05.typ

// Import bindings.
#{
  let b = "module.typ"
  let f() = {
    import b: b
    b
  }
  test(f(), 1)
}