Skip to content

Instantly share code, notes, and snippets.

View f-f's full-sized avatar
🍝
All undocumented software will be reverse-engineered and rewritten

Fabrizio Ferrai f-f

🍝
All undocumented software will be reverse-engineered and rewritten
View GitHub Profile
;; deps.edn
{:deps
{dhall-clj {:mvn/version "0.2.0"}}}
;; All the imports we need
(require '[dhall-clj.ast :refer :all])
(require '[dhall-clj.core :refer [input-ast]])
(require '[dhall-clj.typecheck :refer [typecheck]])