David Fox
David Fox
Does anyone have a pointer to such an example?
{-# OPTIONS_GHC -F -pgmFderive -optF-F -optF-F #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE MultiParamTypeClasses #-} import Data.Derive.UniplateDirect import Data.Generics.Uniplate.Direct data Foo a = Foo a (Bool, a) {-! deriving instance...
I'd like to be able to increase the time precision, so we would see things like "36 hours", "90 minutes", etc.
The syntax of the \\ command, according to http://ftp.math.purdue.edu/mirrors/ctan.org/info/latex2e-help-texinfo/latex2e.html#g_t_005c_005c is either \\[measure] or \\*[measure].
I haven't investigated this closely, but when I try to compile with packman I get this: -- : error: -- : can't load .so/.DLL for: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.4.3/libHSpackman-0.5.0-Fv7reuyLHo03M7x4FerNmn-ghc8.4.3.so (/usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.4.3/libHSpackman-0.5.0-Fv7reuyLHo03M7x4FerNmn-ghc8.4.3.so: undefined symbol: mblock_address_space)...
I'm sorry to say I'm a bit mystified by the API. I would like to use this to build sets of error types. Suppose I had a value of type...
I sometimes get error messages that resemble GHC missing instance messages but I don't understand what they actually mean. For example, the declaration ``` import Control.Lens (ReifiedLens(Lens)) foo :: HasPosition...
It currently always returns a Prism, couldn't it return an Iso based on the argument type? I'm not smart enough to have thought of this first - what am I...
...so that error calls return a stack trace.