Send Beginners mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."


Today's Topics:

   1.  How to save a bracket in this case? (yi lu)
   2. Re:  How to save a bracket in this case? (Vikraman)


----------------------------------------------------------------------

Message: 1
Date: Mon, 2 Dec 2013 15:53:22 +0800
From: yi lu <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
        beginner-level topics related to Haskell <[email protected]>
Subject: [Haskell-beginners] How to save a bracket in this case?
Message-ID:
        <cakcmqqz2yfn-e5tmvyrh_2rrxwrrlicn3y+apv012sfhr6a...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi,

I want to calculate
*(81/10)^2*.

However, after I typed *81/10*, I remembered to add a bracket to surround
*81/10*. Is there one way to do some trick to save this bracket?

Actually I can *Ctrl+A* to move to the first character of this line. I want
the other solution.

Yi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://www.haskell.org/pipermail/beginners/attachments/20131202/fe0d1111/attachment-0001.html>

------------------------------

Message: 2
Date: Mon, 2 Dec 2013 13:39:50 +0530
From: Vikraman <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
        beginner-level topics related to Haskell <[email protected]>
Subject: Re: [Haskell-beginners] How to save a bracket in this case?
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii

On Mon, Dec 02, 2013 at 03:53:22PM +0800, yi lu wrote:
> Hi,
> 
> I want to calculate
> *(81/10)^2*.
> 
> However, after I typed *81/10*, I remembered to add a bracket to surround
> *81/10*. Is there one way to do some trick to save this bracket?
> 
> Actually I can *Ctrl+A* to move to the first character of this line. I want
> the other solution.
> 

(1) 81/10 * 81/10
(2) Enter 81/10
    The result gets saved in it
    Now, it^2

-- 
Vikraman


------------------------------

Subject: Digest Footer

_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners


------------------------------

End of Beginners Digest, Vol 66, Issue 3
****************************************

Reply via email to