Created
October 29, 2017 17:07
-
-
Save elbrujohalcon/9ce2e19517b0b13568c51e92dcec97de 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
| -module(x). | |
| -export([c/0, d/0]). | |
| c() -> [x || id(nothing)]. | |
| d() -> [x || nothing]. | |
| id(X) -> X. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment