1
1
mirror of https://github.com/sdiehl/wiwinwlh.git synced 2024-08-17 07:50:22 +03:00

Write more

This commit is contained in:
sdiehl 2020-02-13 08:12:11 +00:00
parent 5823a7832a
commit f6f3b44393
3 changed files with 11 additions and 2 deletions

View File

@ -46,7 +46,6 @@ $else$
pdftitle={What I Wish I Knew When Learning Haskell},
pdfkeywords={LaTeX, PDF, hyperlinks}
}
$endif$
\newif\ifprint
\printtrue
@ -57,6 +56,7 @@ $endif$
\footnote{\url{#1}}%
}
\fi
$endif$
\usepackage{amssymb,amsmath}
\usepackage{framed}

9
src/24-parsing/ci Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -e
stack exec ghc -- -e ":q" --interactive attoparsec.hs
stack exec ghc -- -e ":q" --interactive attoparsec_lang.hs
stack exec ghc -- -e ":q" --interactive configurator.hs
stack exec ghc -- -e ":q" --interactive generics.hs
stack exec ghc -- -e ":q" --interactive lexer_text.hs
stack exec ghc -- -e ":q" --interactive megaparsec.hs

View File

@ -14855,7 +14855,7 @@ references to both itself (for recursion) and the dictionary for instance of
The type system of STG system consits of the following types. The size of these
types depend on the size of a `void*` pointer on the architecture.
* **StgWord** - Unit of heap allocation
* **StgWord** - TODO
* **StgPtr** - Basic pointer type
* **StgBool** - Booean int bit flag
* **StgInt** - `Int#`