Fix mistake in arity of operator "
This commit is contained in:
parent
dce10ae63a
commit
103037ffb2
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ signature = [
|
|||
, (TJ, \l -> case l of [Array _] -> True ; _ -> False)
|
||||
, (Tj, \l -> case l of [StringObject _] -> True ; _ -> False)
|
||||
, (Quote, \l -> case l of [StringObject _] -> True ; _ -> False)
|
||||
, (DQuote, \l -> case l of [StringObject _] -> True ; _ -> False)
|
||||
, (DQuote, \l -> case l of [_, _, StringObject _] -> True ; _ -> False)
|
||||
, (Tc, \l -> case l of [_] -> True ; _ -> False)
|
||||
, (Tw, \l -> case l of [_] -> True ; _ -> False)
|
||||
, (Tz, \l -> case l of [_] -> True ; _ -> False)
|
||||
|
|
Loading…
Reference in a new issue