Zaraksh Rahman
Zaraksh Rahman
If two or more SIGUSR1s are sent quickly one after the other, focus selects to workspace -1 and displays a loading cursor icon until workspace is manually switched back to...
This implements a man page as in #697 The man page file is `doc/fq.1` formatted as a `troff` file using the man-pages project default man page template. You can get...
Would there be any interest in writing a man page for fq? I would love to help as far as possible.
For this example code -- ```haskell {-# LANGUAGE GADTs #-} data T where X :: T Y :: a -> T f :: T -> () f X = ()...
For this example code - ```haskell {-# LANGUAGE GADTs #-} data HList a where HNil :: HList () HCons :: head -> HList tail -> HList (head, tail) exampleHList ::...
For this example code - ```haskell {-# LANGUAGE GADTs #-} data HList a where HNil :: HList () HCons :: head -> HList tail -> HList (head, tail) exampleHList ::...