This repository was archived by the owner on Mar 22, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # HsLua Module: System
1+ HsLua Module: System
2+ ====================
23
34This module provides access to system information and functionality via
45Haskell's ` System ` module.
@@ -7,7 +8,8 @@ Intended usage for this package is to preload it by adding the loader
78function to ` package.preload ` . Note that the Lua ` package ` library must
89have already been loaded before the loader can be added.
910
10- ## Example
11+ Example
12+ -------
1113
1214``` haskell
1315loadProg :: Lua Status
@@ -19,7 +21,8 @@ loadProg = do
1921 ++ " system.with_tmpdir('.', 'foo', print)"
2022```
2123
22- ## Documentation
24+ Documentation
25+ -------------
2326
2427### Fields
2528
@@ -486,7 +489,8 @@ This function wraps [System.FilePath.takeFileName].
486489[ System.FilePath.takeExtensions ] : https://hackage.haskell.org/package/filepath-1.4.2.1/docs/System-FilePath-Posix.html#v:takeExtensions.
487490[ System.FilePath.takeFileName ] : https://hackage.haskell.org/package/filepath-1.4.2.1/docs/System-FilePath-Posix.html#v:takeFileName.
488491
489- ## License
492+ License
493+ -------
490494
491495This package is licensed under the MIT license. See [ ` LICENSE ` ] ( LICENSE )
492496for details.
You can’t perform that action at this time.
0 commit comments