AK
Size: a a a
AK
VL
VL
VL
AK
AK
G
(ns ^{:doc "Graph operators"При импорте в repl вылетает ошибка:
:author "Author"}
metagraph.core
(:requere [metagraph.graph :refer [Vertex Edge MetaVertex MetagraphFragment]]))
Syntax error macroexpanding clojure.core/ns at (core.clj:1:1).При этом ипорты сторонних библиотек, а не внутренних файлов проекта работают без ошибок.
((:requere [metagraph.graph])) - failed: Extra input spec: :clojure.core.specs.alpha/ns-form
(defproject moe.hajimeru/metagraph "0.1.0"
:description "Clojure library for metagraph data structure"
:url "http://hajimeru.moe/metagraph"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.10.0"]]
:repl-options {:init-ns metagraph.core}
)
G
ST
ST
G
AG
AK
SS
IG
AO
AG
AK
sc