Deliverer Assets | Deliverer Liabilities | Payee Assets | Payee Liabilities | Payer Assets | Payer Liabilities | Taker Assets | Taker Liabilities | Description |
---|---|---|---|---|---|---|---|---|
+100 | -100 | export of goods | ||||||
+100 | +100 | taker opens foreign account | ||||||
-100 | +100 | payment in currency | ||||||
+100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Warning: --source-* options are ignored when --hyperlinked-source is enabled. | |
Warning: 'hxSwap' is out of scope. | |
If you qualify the identifier, haddock can try to link it anyway. | |
92% ( 13 / 14) in 'Htmx.Lucid.Core' | |
Missing documentation for: | |
OnEvent (src/Htmx/Lucid/Core.hs:73) | |
100% ( 2 / 2) in 'Htmx.Lucid.Extension.IncludeVals' | |
93% ( 29 / 31) in 'Htmx.Lucid.Extra' | |
Missing documentation for: | |
ParamsFilter (src/Htmx/Lucid/Extra.hs:93) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ b8411a3b1b49 jonathanl@daedalus 15 minutes ago, lasted 102 milliseconds | |
│ undo operation d442341fbee550c8606070df30dc6fb6695b3e08438f24f62f3dd8cbbac81e7db402354747089c7d95a9ab2ccab39d529626a27342707d5af6debd1807f7c549 | |
│ args: jj op undo | |
◉ d442341fbee5 jonathanl@daedalus 15 minutes ago, lasted 147 milliseconds | |
│ abandon commit b41c578808f1b001a7dad41fa924b635c16a321b and 9 more | |
│ args: jj abandon 2bb1:: | |
◉ 9e12cf3ccbfd jonathanl@daedalus 15 minutes ago, lasted 145 milliseconds | |
│ new empty commit | |
│ args: jj new | |
◉ a2f70fb6784e jonathanl@daedalus 24 minutes ago, lasted 91 milliseconds |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:282) | |
[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:23) | |
[error] at sbt.Execute.work(Execute.scala:291) | |
[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:282) | |
[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265) | |
[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:64) | |
[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) | |
[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577) | |
[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) | |
[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:3000 { | |
log { | |
output stdout | |
level DEBUG | |
} | |
header { | |
Access-Control-Allow-Origin localhost:3000 | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
evaluating pointer: a | |
evaluating pointer: lx | |
Or: Or (Literal (Pointer "lw")) (Literal (Pointer "lv")) | |
evaluating pointer: lw | |
LShift: LShift (Literal (Pointer "lc")) (Literal (Signal 1)) | |
evaluating pointer: lc | |
Or: Or (Literal (Pointer "lb")) (Literal (Pointer "la")) | |
evaluating pointer: lb | |
LShift: LShift (Literal (Pointer "kh")) (Literal (Signal 1)) | |
evaluating pointer: kh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- Day 7: Some Assembly Required --- | |
This year, Santa brought little Bobby Tables a set of wires and bitwise logic gates! Unfortunately, little Bobby is a little under the recommended age range, and he needs help assembling the circuit. | |
Each wire has an identifier (some lowercase letters) and can carry a 16-bit signal (a number from 0 to 65535). A signal is provided to each wire by a gate, another wire, or some specific value. Each wire can only get a signal from one source, but can provide its signal to multiple destinations. A gate provides no signal until all of its inputs have a signal. | |
The included instructions booklet describes how to connect the parts together: x AND y -> z means to connect wires x and y to an AND gate, and then connect its output to wire z. | |
For example: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public export | |
data Fix : (Type -> Type) -> Type where | |
Fx : f (Fix f) -> Fix f | |
public export | |
unfix : Fix f -> f (Fix f) | |
public export | |
interface (Functor f) => Recursive (f : Type -> Type) (t : Type) where | |
project : t -> f t |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cabal Reference Summaries | |
- Old Cabal User Guide | |
- Section 1 | |
- `cabal init` & `cabal run` | |
- Adding dependencies to a cabal file | |
- Relationship of `Main.hs` to `cabal run` | |
- Section 2 | |
- `cabal install` command | |
- Local |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cabal User Guide | |
- Old Cabal User Guide | |
- Section 1 | |
- `cabal init` & `cabal run` | |
- Adding dependencies to a cabal file | |
- Relationship of `Main.hs` to `cabal run` | |
- Section 2 | |
- `cabal install` command | |
- Local |
NewerOlder