doc(doc/server): update server documentation

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2014-09-03 09:37:10 -07:00
parent ef1912eddf
commit 31b1436a88

View file

@ -137,6 +137,16 @@ The following two information entries provide information for Lean keywords/symb
-- ACK
#+END_SRC
Information about introduced coercions is of the form
#+BEGIN_SRC
-- COERCION|[line-number]|[column-number]
[coercion-application]
--
[result-type]
-- ACK
#+END_SRC
Here is an example of output produced by Lean
#+BEGIN_SRC
@ -284,4 +294,3 @@ where each entry is of the form
The available =kinds= are: =Bool=, =Int=, =Unsigned Int=, =Double=,
=String=, and =S-Expressions=.