Prefix generic interface names with "gen_"
[hope.git] / src / hope_result.erl
index 1114197..7cae0a3 100644 (file)
@@ -1,6 +1,6 @@
 -module(hope_result).
 
--behavior(hope_monad).
+-behavior(hope_gen_monad).
 
 -export_type(
     [ t/2
This page took 0.021302 seconds and 4 git commands to generate.