KDL file format utils
lib.kdl.key
Generate a key with given name and arguments
Example
key {name="foo";args=["bar" 123];}
=>
"foo \"bar\" 123"
Type
key :: AttrSet -> String
Arguments
config : Config containing name and arguments
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
lib.kdl.keyGenerate a key with given name and arguments
key {name="foo";args=["bar" 123];}
=>
"foo \"bar\" 123"
key :: AttrSet -> String
config : Config containing name and arguments