gluon 0.18.2

A static, type inferred programming language for application embedding
Documentation
1
2
3
4
5
6
7
8
9
//@NO-IMPLICIT-PRELUDE
//! Definitions which gets implicit re-export in every file.

let { Num, (+), (-), (*), (/)  } = import! tests.optimize.inline_through_module2

{
    Num,
    (+), (-), (*), (/),
}