15 lines
139 B
Erlang
15 lines
139 B
Erlang
% @doc
|
|
% porcelain wfc ops
|
|
-module(wfc).
|
|
|
|
-export_type([
|
|
sentence/0
|
|
]).
|
|
|
|
-export([
|
|
]).
|
|
|
|
|
|
-type sentence() :: wfc_sentence:sentence().
|
|
|