|
|
| Author |
Message |
|
| Guest |
Posted: Mon Jun 16, 2008 2:49 pm |
|
|
|
Guest
|
Random notes on R12B-3 (June 11, 2008) documentation
of the re module
http://www.erlang.org/doc/man/re.html
1. misspelling of 'be' in the sentence
"There should bee no need to go directly to the PCRE library documentation"
2. Need to define 'opaque' as used in
[code:1:4196c90123] mp() = Opaque datatype containing a compiled regular expression.Hopefully it means something other than as defined by
[url=http://www.merriam-webster.com/dictionary/opaque]http://www.merriam-webster.com/dictionary/opaque[/url]"2 a[b]: |
|
|
| Back to top |
|
| Guest |
Posted: Mon Jun 16, 2008 3:07 pm |
|
|
|
Guest
|
2008/6/16 Doug Edmunds <dougedmunds@gmail.com (dougedmunds@gmail.com)>:
Quote: Random notes on R12B-3 (June 11, 2008) documentation
of the re module
http://www.erlang.org/doc/man/re.html
1. misspelling of 'be' in the sentence
"There should bee no need to go directly to the PCRE library documentation"
2. Need to define 'opaque' as used in
[code:1:a971fda409] mp() = Opaque datatype containing a compiled regular expression.Hopefully it means something other than as defined by
[url=http://www.merriam-webster.com/dictionary/opaque]http://www.merriam-webster.com/dictionary/opaque[/url]"2 a[b]:[/b] |
|
|
| Back to top |
|
| Guest |
Posted: Mon Jun 16, 2008 3:13 pm |
|
|
|
Guest
|
On Mon, 16 Jun 2008 16:46:17 +0200, Doug Edmunds <dougedmunds@gmail.com>
wrote:
> 2. Need to define 'opaque' as used in
>
> mp() = Opaque datatype containing a compiled regular expression.
>
> Hopefully it means something other than as defined by
> http://www.merriam-webster.com/dictionary/opaque
Meaning 1) actually makes good sense in this context.
"Opaque datatype" is commonly used to denote "datatype whose shape
is none of user's business". So the only way you're allowed to work
with the "mp()" type is 1. pass it around unaltered 2. invoke 're'
functions on it.
In other words, the type is "opaque" because as hard as you look,
you're never (supposed to be) able to see its internals.
> "2 a*:* hard to understand or explain <*opaque* prose>
> b*:* obtuse <http://www.merriam-webster.com/dictionary/obtuse>,
> thickheaded <http://www.merriam-webster.com/dictionary/thickheaded> "
Heh
-- Jachym
_______________________________________________
erlang-questions mailing list
erlang-questions@erlang.org
http://www.erlang.org/mailman/listinfo/erlang-questions
Post received from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Mon Jun 16, 2008 3:13 pm |
|
|
|
Guest
|
http://en.wiktionary.org/wiki/opaque:
"(computing) Describes a type for which higher-level callers have no
knowledge of data values or their representations; all operations are
carried out by the type's defined abstract operators."
/Sverker, Erlang/OTP Ericsson
Doug Edmunds wrote:
> Random notes on R12B-3 (June 11, 2008) documentation
> of the re module
> http://www.erlang.org/doc/man/re.html
>
> 1. misspelling of 'be' in the sentence
> "There should bee no need to go directly to the PCRE library documentation"
>
> 2. Need to define 'opaque' as used in
>
> mp() = Opaque datatype containing a compiled regular expression.
>
> Hopefully it means something other than as defined by
> http://www.merriam-webster.com/dictionary/opaque
>
> "2 a*:* hard to understand or explain <*opaque* prose>
> b*:* obtuse <http://www.merriam-webster.com/dictionary/obtuse>,
> thickheaded <http://www.merriam-webster.com/dictionary/thickheaded> "
>
> A link to where opaque is defined would be helpful.
>
> -dae
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@erlang.org
> http://www.erlang.org/mailman/listinfo/erlang-quest
_______________________________________________
erlang-questions mailing list
erlang-questions@erlang.org
http://www.erlang.org/mailman/listinfo/erlang-questions
Post received from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Mon Jun 16, 2008 3:38 pm |
|
|
|
Guest
|
On Mon, Jun 16, 2008 at 8:11 AM, Sverker Eriksson <sverker@erix.ericsson.se (sverker@erix.ericsson.se)> wrote:
Quote: http://en.wiktionary.org/wiki/opaque:
"(computing) Describes a type for which higher-level callers have no knowledge of data values or their representations; all operations are carried out by the type's defined abstract operators."
/Sverker, Erlang/OTP Ericsson
Thanks.
The only other usage of opaque datatype that I find in the docs is |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|