Skip to content

Instantly share code, notes, and snippets.

@macintux
macintux / rpncalc.erl
Created October 20, 2012 20:46
Seeking help with Dialyzer
%%% @author John Daily <[email protected]>
%%% @copyright (C) 2012, John Daily
%%% @doc
%%% Assignment from programmingpraxis.com
%%%
%%% @reference See <a href="http://programmingpraxis.com/2009/02/19/rpn-calculator/">RPN Calculator</a>.
%%% @end
-module(rpncalc).
-export([rpn/0]).