Re: [Haskell] [Haskell-cafe] ANNOUNCE: Haskell Pdf Presenter (hpdfp) 0.2.2

2013-11-14 Thread Michael D. Adams
. Any idea why that could be? On Wed 13 Nov 2013 18:16:48 GMT, Michael D. Adams wrote: ANNOUNCE: Haskell Pdf Presenter (hpdfp) 0.2.2 I'm pleased to announce the first public release of the Haskell Pdf Presenter (hpdfp). Project home page: http://michaeldadams.org/projects/haskell-pdf

[Haskell] ANNOUNCE: Haskell Pdf Presenter (hpdfp) 0.2.2

2013-11-13 Thread Michael D. Adams
or implementation are most welcome. Michael D. Adams ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell

[Haskell-cafe] The Layout Rule

2012-06-19 Thread Michael D. Adams
. Michael D. Adams mdmko...@gmail.com ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Overloaded Quotes for Template Haskell

2011-12-30 Thread Michael D. Adams
. [| ... $( ... ) ... |] ) for expressing the generated code.  However, quotations and splices are tied to the Q monad which means that as it is now I have to manually write LamE ... VarP ... VarE ... etc. instead of using the much nicer quotation syntax. Michael D. Adams mdmko...@gmail.com

[Haskell-cafe] Overloaded Quotes for Template Haskell

2011-12-29 Thread Michael D. Adams
. [| ... $( ... ) ... |] ) for expressing the generated code. However, quotations and splices are tied to the Q monad which means that as it is now I have to manually write LamE ... VarP ... VarE ... etc. instead of using the much nicer quotation syntax. Michael D. Adams mdmko...@gmail.com

[Haskell-cafe] POPL 2011 Hotel Room

2011-01-10 Thread Michael D. Adams
hotel (at the conference rate) with check-in on January 22 (the day before the first workshop) and check-out on January 30 (the day after the last workshop). Michael D. Adams Ph.D. Student, Indiana University ___ Haskell-Cafe mailing list Haskell-Cafe

[Haskell-cafe] Re: ICFP Hotel Room

2010-09-01 Thread Michael D. Adams
I've found a roommate now. So I don't need any more replies. :-) On Sun, Aug 29, 2010 at 11:45 PM, Michael D. Adams mdmko...@gmail.com wrote: Hi all, I'm a graduate student (male) and am looking for a (male) roommate to split the cost of a hotel room at ICFP.  If anyone is interested

[Haskell-cafe] ICFP Hotel Room

2010-08-29 Thread Michael D. Adams
hotel (at the conference rate) with check-in on September 24 (the day before the first workshop) and check-out on October 3 (the day after the last workshop). Michael D. Adams Ph.D. Student, Indiana University ___ Haskell-Cafe mailing list Haskell-Cafe

Re: [Haskell-cafe] lazy skip list?

2010-08-24 Thread Michael D. Adams
? (e.g. the suffix of a cons list is always a list, but getting suffix of an array requires allocating a whole new array.) On Sat, Aug 21, 2010 at 5:00 PM, Evan Laforge qdun...@gmail.com wrote: On Sat, Aug 21, 2010 at 6:52 PM, Michael D. Adams mdmko...@gmail.com wrote: Could you be more specific about

Re: [Haskell-cafe] lazy skip list?

2010-08-21 Thread Michael D. Adams
you need the tail sharing property that regular cons lists have? Michael D. Adams On Thu, Aug 19, 2010 at 9:22 PM, Evan Laforge qdun...@gmail.com wrote: Is there a data type that's spine lazy like a list, but can be seeked (sought?) efficiently?  IntMap and Sequence are spine strict so if you

[Haskell] ANN: syz-0.2.0.0

2010-07-28 Thread Michael D. Adams
to the library or the documentation are most welcome and should be sent to me at adamsmd-AT-cs-DOT-indiana-DOT-edu. Michael D. Adams Ph.D. Student Indiana University http://www.cs.indiana.edu/~adamsmd/ ___ Haskell mailing list Haskell@haskell.org http

[Haskell-cafe] ANN: syz-0.2.0.0

2010-07-28 Thread Michael D. Adams
to the library or the documentation are most welcome and should be sent to me at adamsmd-AT-cs-DOT-indiana-DOT-edu. Michael D. Adams Ph.D. Student Indiana University http://www.cs.indiana.edu/~adamsmd/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http

Re: [Haskell-cafe] Performance Problem with Typeable

2009-05-19 Thread Michael D. Adams
I've opened a ticket for this (http://hackage.haskell.org/trac/ghc/ticket/3245), but someone else will have to do the investigation into the problem. Michael D. Adams On Thu, May 14, 2009 at 10:59 AM, Simon Peyton-Jones simo...@microsoft.com wrote: Interesting.  Would anyone care to make a Trac

[Haskell-cafe] Performance Problem with Typeable

2009-05-13 Thread Michael D. Adams
(s a)). This is a bit of speculation and I don't have hard evidence for that being the source of the problems, but tests that I have run (not listed here) are strongly suggestive of appKey being the culprit. Michael D. Adams mdmko...@gmail.com {-# LANGUAGE ExistentialQuantification #-} import

Re: [Haskell-cafe] Amazing

2009-02-14 Thread Michael D. Adams
it in half as many lines reduced the number of bugs by half). This is one area that Haskell does well in.) Michael D. Adams mdmko...@gmail.com ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Re: Purely funcional LU decomposition

2009-02-05 Thread Michael D. Adams
://portal.acm.org/citation.cfm?id=1178597.1178604). The current implementation is C based (to get base-case performance) but we would love to get that work ported to Haskell and a much more functional setting. Michael D. Adams ___ Haskell-Cafe mailing list

Re: [Haskell-cafe] ANN: convertible (first release)

2009-01-28 Thread Michael D. Adams
problem? Michael D. Adams mdmko...@gmail.com ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Re: Begginer question about alignment in Storable

2008-11-20 Thread Michael D. Adams
system I've seen. (I don't have a good link for learning cabal; you'll have to google around (e.g. haskell cabal) for info.) Michael D. Adams [1] http://www.haskell.org/ghc/docs/latest/html/users_guide/hsc2hs.html [2] http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hpapi

Re: [Haskell-cafe] Re: Begginer question about alignment in Storable

2008-11-20 Thread Michael D. Adams
general solution because you have to worry about allocating memory to have c_string_field point to. I'll leave figuring out #{enum}, but it can also be quite helpful in translating C enums/defines into Haskell. Michael D. Adams (*) For the lawyers: I hereby place that and these code snippet

Re: [Haskell-cafe] Find unused exports

2008-11-16 Thread Michael D. Adams
for module Foo will be listed as several lines of the form import Foo(x,y,z), etc. From there on it's just a bit of text munging to get it into your export list code (about two lines of perl). Michael D. Adams 2008/11/16 Jason Dagit [EMAIL PROTECTED]: On Sun, Nov 16, 2008 at 5:35 AM, Thomas

Re: [Haskell-cafe] Begginer question about alignment in Storable

2008-11-15 Thread Michael D. Adams
If you are using hsc2hs (if you are using Cabal this is easy; just rename the file to *.hsc and Cabal will take care of the rest), then there is a macro for making this easier and so you don't have to think about it. First, place the following at the top of your source file: #let alignment t =

[Haskell] ANNOUNCE: hpapi 0.1 release

2008-11-12 Thread Michael D. Adams
to correct some time in the future. It remains to be seen whether it would be worth while to unify these two systems. Bug reports as well as suggestions, feedback or contributions to the API or the documentation most welcome. Michael D. Adams

[Haskell-cafe] ANNOUNCE: hpapi 0.1 release

2008-11-12 Thread Michael D. Adams
to correct some time in the future. It remains to be seen whether it would be worth while to unify these two systems. Bug reports as well as suggestions, feedback or contributions to the API or the documentation most welcome. Michael D. Adams

Re: [Haskell-cafe] Bit Field Marshalling

2008-11-07 Thread Michael D. Adams
On Fri, Nov 7, 2008 at 3:46 AM, Lutz Donnerhacke [EMAIL PROTECTED] wrote: * Michael D. Adams wrote: But as far as I can tell, hsc2hs doesn't support bit fields. On top of that I'm not sure I can make any safe assumptions about what order the bit fields are packed (LSB or MSB first

[Haskell-cafe] Bit Field Marshalling

2008-11-06 Thread Michael D. Adams
are packed (LSB or MSB first). Have others run into this problem before? What options are there for working around it? Michael D. Adams [EMAIL PROTECTED] ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe