geam-core 0.2.1

Typed Gleam planning, host, and execution core for Geam
Documentation
1
2
3
4
5
6
pub fn main() {
  assert True
  1
}

// @geam:expect Int(1)