Skip to content

Commit

Permalink
Move Markov to Magitek
Browse files Browse the repository at this point in the history
  • Loading branch information
sjl committed Jan 17, 2017
1 parent fcd0099 commit bb8bbd5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 198 deletions.
10 changes: 0 additions & 10 deletions package.lisp
Expand Up @@ -81,16 +81,6 @@
:sand.quickutils
:sand.utils))

(defpackage :sand.markov
(:use
:cl
:cl-arrows
:losh
:iterate
:split-sequence
:sand.quickutils
:sand.utils))

(defpackage :sand.dijkstra-maps
(:use
:cl
Expand Down
1 change: 0 additions & 1 deletion sand.asd
Expand Up @@ -56,7 +56,6 @@
(:file "ropes")
(:file "sorting")
(:file "ascii")
(:file "markov")
(:file "dijkstra-maps")
#+sbcl (:file "ffi")
#+sbcl (:file "profiling")
Expand Down
187 changes: 0 additions & 187 deletions src/markov.lisp

This file was deleted.

0 comments on commit bb8bbd5

Please sign in to comment.