SCI: simple-dispatch
This commit is contained in:
parent
77b75fe0b9
commit
b288abc542
2 changed files with 3 additions and 2 deletions
2
sci
2
sci
|
|
@ -1 +1 @@
|
||||||
Subproject commit 02de7fd818003a1be1dcf0653f3046da564cbb8d
|
Subproject commit 41130fb524ad4918d067e3538eb8065a9a7fb543
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
(ns babashka.impl.pprint
|
(ns babashka.impl.pprint
|
||||||
{:no-doc true}
|
{:no-doc true}
|
||||||
(:require [clojure.pprint :as pprint]
|
(:require [clojure.pprint :as pprint]
|
||||||
[sci.core :as sci]))
|
[sci.core :as sci]
|
||||||
|
[sci.pprint]))
|
||||||
|
|
||||||
(defonce patched? (volatile! false))
|
(defonce patched? (volatile! false))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue