Merge pull request #602 from triska/put_char
put_char/[1,2]: throw type errors for atoms that are not characters
This commit is contained in:
@@ -1905,7 +1905,6 @@ impl MachineState {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
_ => {
|
_ => {
|
||||||
unreachable!()
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user