Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davydog187 committed Nov 30, 2024
1 parent 04f4205 commit f0ff5ca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/luerl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,13 @@ Interface functions - New Version
luerl:decode_list([LuerlTerm], State) -> [Term]
Decode a list of Luerl terms into a list of Erlang representations.

luerl:put_private(Key, Value, State) -> State.
Put a private value into Luerl that is not exposed to the runtime.

luerl:get_private(Key, State) -> Term.
Get a private value from Luerl.


AUTHORS
Jean Chassoul, Robert Virding.

Expand Down

0 comments on commit f0ff5ca

Please sign in to comment.