Skip to content

Instantly share code, notes, and snippets.

@mbenke
Created April 19, 2014 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbenke/11077853 to your computer and use it in GitHub Desktop.
Save mbenke/11077853 to your computer and use it in GitHub Desktop.
Starting debug for 'Hoogle'
[ERROR: alfred.workflow.input.scriptfilter] XML Parse Error 'The operation couldn’t be completed. (NSXMLParserErrorDomain error 76.)'. Row (null), Col (null): '(null)' in XML:
<?xml version='1.0'?>
<items>
<item arg="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Prelude.html#t:Either" uid="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Prelude.html#t:Either">
<title>data Either a b</title>
<subtitle>The Either type represents values with two possibilities: a value of type Either a b is either Left a or Right b.
The Either type is sometimes used to represent a value which is either correct or an error; by convention, the Left constructor is used to hold an error value and the Right constructor is used to hold a correct value (mnemonic: "right" also means "correct"). </subtitle>
<icon></icon>
</item>
<item arg="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Prelude.html#t:Enum" uid="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Prelude.html#t:Enum">
<title>class Enum a</title>
<subtitle>otherwise = minBound </pre> </subtitle>
<icon></icon>
</item>
<item arg="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Prelude.html#v:EQ" uid="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Prelude.html#v:EQ">
<title>EQ :: Ordering</title>
<subtitle></subtitle>
<icon></icon>
</item>
<item arg="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Prelude.html#t:Eq" uid="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Prelude.html#t:Eq">
<title>class Eq a</title>
<subtitle>The Eq class defines equality (==) and inequality (/=). All the basic datatypes exported by the Prelude are instances of Eq, and Eq may be derived for any datatype whose constituents are also instances of Eq.
Minimal complete definition: either == or /=. </subtitle>
<icon></icon>
</item>
<item arg="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Control-Exception.html" uid="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Control-Exception.html">
<title>module Control.Exception</title>
<subtitle>This module provides support for raising and catching both built-in and user-defined exceptions.
In addition to exceptions thrown by IO operations, exceptions may be thrown by pure code (imprecise exceptions) or by external events (asynchronous exceptions), but may only be caught in the IO monad. For more details, see:
* A semantics for imprecise exceptions, by Simon Peyton Jones, Alastair Reid, Tony Hoare, Simon Marlow, Fergus Henderson, in PLDI'99.
* Asynchronous exceptions in Haskell, by Simon Marlow, Simon Peyton Jones, Andy Moran and John Reppy, in PLDI'01.
* An Extensible Dynamically-Typed Hierarchy of Exceptions, by Simon Marlow, in Haskell '06. </subtitle>
<icon></icon>
</item>
<item arg="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Data-Either.html" uid="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Data-Either.html">
<title>module Data.Either</title>
<subtitle>The Either type, and associated operations. </subtitle>
<icon></icon>
</item>
<item arg="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Data-Eq.html" uid="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Data-Eq.html">
<title>module Data.Eq</title>
<subtitle>Equality </subtitle>
<icon></icon>
</item>
<item arg="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Data-Fixed.html#t:E0" uid="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Data-Fixed.html#t:E0">
<title>data E0</title>
<subtitle></subtitle>
<icon></icon>
</item>
<item arg="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Data-Fixed.html#t:E1" uid="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Data-Fixed.html#t:E1">
<title>data E1</title>
<subtitle></subtitle>
<icon></icon>
</item>
<item arg="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Data-Fixed.html#t:E12" uid="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Data-Fixed.html#t:E12">
<title>data E12</title>
<subtitle></subtitle>
<icon></icon>
</item>
<item arg="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Data-Fixed.html#t:E2" uid="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Data-Fixed.html#t:E2">
<title>data E2</title>
<subtitle></subtitle>
<icon></icon>
</item>
<item arg="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Data-Fixed.html#t:E3" uid="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Data-Fixed.html#t:E3">
<title>data E3</title>
<subtitle></subtitle>
<icon></icon>
</item>
<item arg="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Data-Fixed.html#t:E6" uid="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Data-Fixed.html#t:E6">
<title>data E6</title>
<subtitle></subtitle>
<icon></icon>
</item>
<item arg="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Data-Fixed.html#t:E9" uid="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Data-Fixed.html#t:E9">
<title>data E9</title>
<subtitle></subtitle>
<icon></icon>
</item>
<item arg="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Data-Char.html#v:EnclosingMark" uid="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Data-Char.html#v:EnclosingMark">
<title>EnclosingMark :: GeneralCategory</title>
<subtitle>Me: Mark, Enclosing </subtitle>
<icon></icon>
</item>
<item arg="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Data-Monoid.html#v:Endo" uid="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Data-Monoid.html#v:Endo">
<title>Endo :: (a -> a) -> Endo a</title>
<subtitle></subtitle>
<icon></icon>
</item>
<item arg="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Data-Monoid.html#t:Endo" uid="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Data-Monoid.html#t:Endo">
<title>newtype Endo a</title>
<subtitle>The monoid of endomorphisms under composition. </subtitle>
<icon></icon>
</item>
<item arg="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Text-Read-Lex.html#v:EOF" uid="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Text-Read-Lex.html#v:EOF">
<title>EOF :: Lexeme</title>
<subtitle></subtitle>
<icon></icon>
</item>
<item arg="http://hackage.haskell.org/packages/archive/base/latest/doc/html/System-Posix-Types.html#t:EpochTime" uid="http://hackage.haskell.org/packages/archive/base/latest/doc/html/System-Posix-Types.html#t:EpochTime">
<title>type EpochTime = CTime</title>
<subtitle></subtitle>
<icon></icon>
</item>
<item arg="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Foreign-C-Error.html#v:Errno" uid="http://hackage.haskell.org/packages/archive/base/latest/doc/html/Foreign-C-Error.html#v:Errno">
<title>Errno :: CInt -> Errno</title>
<subtitle></subtitle>
<icon></icon>
</item>
</items>
[ERROR: alfred.workflow.input.scriptfilter] Code 1: script.rb:18:in `<main>': undefined method `map' for nil:NilClass (NoMethodError)
[ERROR: alfred.workflow.input.scriptfilter] Code 1: script.rb:18:in `<main>': undefined method `map' for nil:NilClass (NoMethodError)
@mbenke
Copy link
Author

mbenke commented Apr 19, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment