wip
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
% @doc
|
||||
% porcelain wfc ops
|
||||
-module(wfc).
|
||||
|
||||
-export_type([
|
||||
sentence/0
|
||||
]).
|
||||
|
||||
-export([
|
||||
|
||||
zero/0, one/0,
|
||||
add/1, add/2,
|
||||
mul/1, mul/2
|
||||
]).
|
||||
|
||||
|
||||
-type sentence() :: wfc_sentence:sentence().
|
||||
|
||||
|
||||
%% constructors
|
||||
-spec
|
||||
zero()
|
||||
Reference in New Issue
Block a user