gluon 0.18.2

A static, type inferred programming language for application embedding
Documentation
1
2
3
4
5
6
7
8
9
10
//@NO-IMPLICIT-PRELUDE
//! Functions for working with the file system

let fs_prim = import! std.fs.prim

{
    ..
    fs_prim
}