bn: Better structure provide.

This commit is contained in:
Sergiu Ivanov 2020-02-18 12:36:44 +01:00
parent 74b57c81d7
commit f4d7197f47

6
bn.rkt
View File

@ -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)