Displaying 2 results from an estimated 2 matches for "ocamllangimpl6".
Did you mean:
ocamllangimpl7
2010 Jun 03
2
[LLVMdev] [PATCH] docs/tutorial/ Kaleidoscope typos
...evision 105365)
+++ docs/tutorial/LangImpl6.html (working copy)
@@ -531,7 +531,7 @@
def unary-(v)
0-v;
-# Define > with the same precedence as >.
+# Define > with the same precedence as <.
def binary> 10 (LHS RHS)
RHS < LHS;
Index: docs/tutorial/OCamlLangImpl6.html
===================================================================
--- docs/tutorial/OCamlLangImpl6.html (revision 105365)
+++ docs/tutorial/OCamlLangImpl6.html (working copy)
@@ -512,7 +512,7 @@
def unary-(v)
0-v;
-# Define > with the same precedence as >.
+# Define &...
2010 Jun 21
0
[LLVMdev] [PATCH] docs/tutorial/ Kaleidoscope typos
...html (working copy)
> @@ -531,7 +531,7 @@
> def unary-(v)
> 0-v;
>
> -# Define > with the same precedence as >.
> +# Define > with the same precedence as <.
> def binary> 10 (LHS RHS)
> RHS < LHS;
>
> Index: docs/tutorial/OCamlLangImpl6.html
> ===================================================================
> --- docs/tutorial/OCamlLangImpl6.html (revision 105365)
> +++ docs/tutorial/OCamlLangImpl6.html (working copy)
> @@ -512,7 +512,7 @@
> def unary-(v)
> 0-v;
>
> -# Define > with the same pr...