Beispiel 1:
σ1 = {X
Beispiel 2 (nachrechnen!):
σ1 = {X
Eigenschaften:
Implementierung:
Y}, σ2 = {Y
a}, σ1oσ2 = {X
a, Y
a}
Y}, σ2 = {Y
X}, σ1oσ2 = σ2
import Data.Map
type Substitution = Map Identifier Term
times :: Substitution -> Substitution -> Substition
Johannes Waldmann
2014-03-31