Skip to content

Instantly share code, notes, and snippets.

@elbrujohalcon
Created October 29, 2017 17:07
Show Gist options
  • Select an option

  • Save elbrujohalcon/9ce2e19517b0b13568c51e92dcec97de to your computer and use it in GitHub Desktop.

Select an option

Save elbrujohalcon/9ce2e19517b0b13568c51e92dcec97de to your computer and use it in GitHub Desktop.
-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