Created
November 10, 2016 20:10
-
-
Save talentdeficit/90abda869aefff8641d8bd03b124e631 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%= for {name, info} <- context[:shapes] do %>shape(<%= name %>) -> | |
<%= if info[:type] == <<"list">> %> | |
ok; | |
<% else %> | |
ok; | |
<% end %> | |
<% end %>shape(_) -> erlang:error(badarg). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would:
work?