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")
|
||||
|
||||
(provide Variable State UpdateFunc Network
|
||||
update make-state make-bn-funcs update-func-form->update-func
|
||||
bn-form->bn make-bn-forms
|
||||
bn)
|
||||
(provide
|
||||
;; Types
|
||||
Variable State UpdateFunc Network
|
||||
;; 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