Daniil Iaitskov
Daniil Iaitskov
I checked docs and haven't found answer whether ltfs works with Linux loop devices. I don't have a physical tape device.
HLS tries to resolve dependencies from cabal.project file form parent folder, nonetheless child sub package don't have any reference these deps nor siblings. > Configuration is affected by cabal.project at...
### Description of the problem Hi, I study SF and in an attempt to come up with a solution I noticed that destruct tactic on an expression of `aexp` type...
Hi, Map module in SF book use underscore (`_`) as part of a notation. Search command breaks. The underscore in a notation is not best choice but the symbol is...
Hi, `info_auto` tactic runs `auto` tactic with logging but the `*response*` buffer is empty. coqtop output: > (* info auto: *) > intro. > intro. > intro. > intro. >...
hGetContents doesn't create Handle and therefore it is not obvious why it closes it. Handle is closed on a bracket. ``` data GitObject = GitObject { gobHash :: !(Digest SHA1State)...
Handle type parameter disambiguates hGetContents behavior. https://github.com/haskell/bytestring/issues/707
and warning fixes. Original code storing annotations in record fields can be rewritten with: ```haskell reqTyAr :: forall a b . (a -> b) -> (forall b2 -> b2) ->...