equal
deleted
inserted
replaced
1921 and "!(if (_)/ then (_)/ else (_))") |
1921 and "!(if (_)/ then (_)/ else (_))") |
1922 (OCaml "true" and "false" and "not" |
1922 (OCaml "true" and "false" and "not" |
1923 and infixl 3 "&&" and infixl 2 "||" |
1923 and infixl 3 "&&" and infixl 2 "||" |
1924 and "!(if (_)/ then (_)/ else (_))") |
1924 and "!(if (_)/ then (_)/ else (_))") |
1925 (Haskell "True" and "False" and "not" |
1925 (Haskell "True" and "False" and "not" |
1926 and infixl 3 "&&" and infixl 2 "||" |
1926 and infixr 3 "&&" and infixr 2 "||" |
1927 and "!(if (_)/ then (_)/ else (_))") |
1927 and "!(if (_)/ then (_)/ else (_))") |
1928 (Scala "true" and "false" and "'! _" |
1928 (Scala "true" and "false" and "'! _" |
1929 and infixl 3 "&&" and infixl 1 "||" |
1929 and infixl 3 "&&" and infixl 1 "||" |
1930 and "!(if ((_))/ (_)/ else (_))") |
1930 and "!(if ((_))/ (_)/ else (_))") |
1931 |
1931 |