Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:Ledest:erlang:26
erlang
0111-Fix-typo-for-maybe-expression-abstract-for...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0111-Fix-typo-for-maybe-expression-abstract-form.patch of Package erlang
From 3bd63b54bda8b01026ccf16440f87d5e03aa3961 Mon Sep 17 00:00:00 2001 From: Jonathan Arnett <jonarnett90@gmail.com> Date: Mon, 12 Jun 2023 20:59:02 -0500 Subject: [PATCH] Fix typo for maybe expression abstract form --- erts/doc/src/absform.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erts/doc/src/absform.xml b/erts/doc/src/absform.xml index d5c27bb200..61840a99fb 100644 --- a/erts/doc/src/absform.xml +++ b/erts/doc/src/absform.xml @@ -449,7 +449,7 @@ <item> <p>If E is a maybe expression <c>maybe B else Ec_1 ; ... ; Ec_k end</c>, where <c>B</c> is a body and each <c>Ec_i</c> is an else clause then Rep(E) = - <c>{'maybe',ANNO,Rep(B),{'else',ANNO,[Rep(Ec_1), ..., Rep(Tc_k)]}}</c>.</p> + <c>{'maybe',ANNO,Rep(B),{'else',ANNO,[Rep(Ec_1), ..., Rep(Ec_k)]}}</c>.</p> </item> <item> <p>If E is nil, <c>[]</c>, then Rep(E) = <c>{nil,ANNO}</c>.</p> -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor