bn: Better structure provide.
This commit is contained in:
parent
74b57c81d7
commit
f4d7197f47
1 changed files with 8 additions and 4 deletions
6
bn.rkt
6
bn.rkt
|
@ -9,9 +9,13 @@
|
|||
|
||||
(require "utils.rkt")
|
||||
|
||||
(provide Variable State UpdateFunc Network
|
||||
(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