Skip to content

Instantly share code, notes, and snippets.

@elbrujohalcon
Last active October 29, 2017 17:23
Show Gist options
  • Save elbrujohalcon/d11ebdb24f32d43cf9c48cda9df4ceae to your computer and use it in GitHub Desktop.
Save elbrujohalcon/d11ebdb24f32d43cf9c48cda9df4ceae to your computer and use it in GitHub Desktop.
module 'x' ['c'/0,
'd'/0,
'e'/1,
'module_info'/0,
'module_info'/1]
attributes [%% Line 1
'file' =
%% Line 1
[{[115|[114|[99|[47|[120|[46|[101|[114|[108]]]]]]]]],1}]]
'c'/0 =
%% Line 4
fun () ->
( case apply 'id'/1
('nothing') of
<'true'> when 'true' ->
( ['x']
-| ['compiler_generated'] )
( <'false'> when 'true' ->
[]
-| ['compiler_generated'] )
( <_@c0> when 'true' ->
primop 'match_fail'
({'case_clause',_@c0})
-| ['compiler_generated'] )
end
-| ['list_comprehension'] )
'd'/0 =
%% Line 6
fun () ->
[]
'e'/1 =
%% Line 8
fun (_@c0) ->
( case <> of
<>
when ( call 'erlang':'=:='
(_@c0,
'true')
-| ['compiler_generated'] ) ->
( ['x']
-| ['compiler_generated'] )
( <> when 'true' ->
[]
-| ['compiler_generated'] )
end
-| ['list_comprehension'] )
'id'/1 =
%% Line 10
fun (_@c0) ->
_@c0
'module_info'/0 =
fun () ->
call 'erlang':'get_module_info'
('x')
'module_info'/1 =
fun (_@c0) ->
call 'erlang':'get_module_info'
('x', _@c0)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment