diff --git a/composition-extra.cabal b/composition-extra.cabal
--- a/composition-extra.cabal
+++ b/composition-extra.cabal
@@ -1,5 +1,5 @@
 name:                composition-extra
-version:             1.0.1
+version:             1.0.1.1
 synopsis:            Combinators for unorthodox structure composition
 
 license:             BSD3
diff --git a/src/Data/Function/Twist.hs b/src/Data/Function/Twist.hs
--- a/src/Data/Function/Twist.hs
+++ b/src/Data/Function/Twist.hs
@@ -19,7 +19,7 @@
 twist5 :: (a -> b -> c -> d -> e -> f) -> d -> e -> c -> a -> b -> f
 twist5 fun d e c a b = fun a b c d e
 
-(<<<-->>>) = twist5
+(<<<~~>>>) = twist5
 
 twist6 :: (a -> b -> c -> d -> e -> f -> g) -> d -> e -> f -> a -> b -> c -> g
 twist6 fun d e f a b c = fun a b c d e f
