ensure BS doesn't get into goal code

This commit is contained in:
Mirek Kratochvil 2023-01-07 18:12:46 +01:00
parent d50ec6414a
commit e39beb25ec

View file

@ -99,4 +99,5 @@ goal2struct x = x
struct2goal :: PrlgInt -> PrlgInt struct2goal :: PrlgInt -> PrlgInt
struct2goal (AtomI s) = CallI s [] struct2goal (AtomI s) = CallI s []
struct2goal x = x struct2goal call@(CallI _ _) = call
struct2goal _ = error "TODO."