fewd/src/wfc.erl
Peter Harpending 437988acee wfcing
2025-10-02 04:15:25 -07:00

15 lines
139 B
Erlang

% @doc
% porcelain wfc ops
-module(wfc).
-export_type([
sentence/0
]).
-export([
]).
-type sentence() :: wfc_sentence:sentence().