query
On this page

mkLuaInline

lib.mkLuaInline

Docs pulled from | This Revision | 10 minutes ago


Mark string as Lua expression to be inlined when processed by toLua.

Inputs

expr

1. Function argument

Type

mkLuaInline :: String -> AttrSet
(lib.generators.mkLuaInline)

Noogle detected

Aliases

Implementation

The following is the current implementation of this function.

mkLuaInline = expr: {
    _type = "lua-inline";
    inherit expr;
  };