コード例 #1
0
ファイル: core.py プロジェクト: fengb/mal-zig
def sequential_Q(args):
    return wrap_tf(types._sequential_Q(args[0]))
コード例 #2
0
ファイル: stepA_mal.py プロジェクト: zzhgithub/mal
def is_pair(x):
    return types._sequential_Q(x) and len(x) > 0
コード例 #3
0
ファイル: step7_quote.py プロジェクト: 1989tianlong/mal
def is_pair(x):
    return types._sequential_Q(x) and len(x) > 0