◊(Local Yarn Code "Diff")

Differences From Artifact [785c90f0]:

To Artifact [14a49bec]:


25
26
27
28
29
30
31


32
33
34
35
36
25
26
27
28
29


30
31
32
33
34
35
36





-
-
+
+





@title{@filepath{dust.rkt}}

@defmodule["dust.rkt" #:packages ()]

This is where I put constants and helper functions that are needed pretty much everywhere in the
project. In a simpler project these would go in @filepath{pollen.rkt} but here I have other modules
sitting “behind” that one in the @tt{require} chain.
project. In a simpler project these would go in @seclink["pollen-rkt"]{@filepath{pollen.rkt}} but
here I have other modules sitting “behind” that one in the @tt{require} chain.

@section{Constants}

@defthing[default-authorname string? #:value "Joel Dueck"]