gluon 0.18.2

A static, type inferred programming language for application embedding
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Functions operating on paths

let types @ { Component } = import! std.path.types
let _ = import! std.fs.prim
let prim = import! std.path.prim
{
    Component,
    eq_Component = types.eq_Component,
    show_Component = types.show_Component,
    ..
    prim
}