bn: Better structure provide.
This commit is contained in:
parent
74b57c81d7
commit
f4d7197f47
1 changed files with 8 additions and 4 deletions
12
bn.rkt
12
bn.rkt
|
@ -9,10 +9,14 @@
|
||||||
|
|
||||||
(require "utils.rkt")
|
(require "utils.rkt")
|
||||||
|
|
||||||
(provide Variable State UpdateFunc Network
|
(provide
|
||||||
update make-state make-bn-funcs update-func-form->update-func
|
;; Types
|
||||||
bn-form->bn make-bn-forms
|
Variable State UpdateFunc Network
|
||||||
bn)
|
;; Functions
|
||||||
|
update make-state make-bn-funcs update-func-form->update-func
|
||||||
|
bn-form->bn make-bn-forms
|
||||||
|
;; Syntax
|
||||||
|
bn)
|
||||||
|
|
||||||
|
|
||||||
;;; =================
|
;;; =================
|
||||||
|
|
Loading…
Reference in a new issue