~ubuntu-branches/ubuntu/wily/julia/wily

« back to all changes in this revision

Viewing changes to doc/manual/faq.rst

  • Committer: Package Import Robot
  • Author(s): Sébastien Villemot
  • Date: 2013-11-17 19:32:52 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20131117193252-tkrpclguqqebqa35
Tags: 0.2.0+dfsg-3
testsuite-i386.patch: loosen the numerical precision for yet another test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
How can I modify the declaration of a type/immutable in my session?
24
24
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25
25
 
26
 
Perhaps you've defined a type and and then realize you need to add a
 
26
Perhaps you've defined a type and then realize you need to add a
27
27
new field.  If you try this at the REPL, you get the error::
28
28
 
29
29
    ERROR: invalid redefinition of constant MyType