Fix a typo in the Cast documentation

This commit is contained in:
Ilan Godik 2015-09-11 22:10:39 +03:00
parent be157aabd7
commit 053ffdce08

View File

@ -3,7 +3,7 @@ module Prelude.Cast
import Prelude.Bool
import public Builtins
||| Type class for transforming a instance of a data type to another type.
||| Type class for transforming an instance of a data type to another type.
class Cast from to where
||| Perform a cast operation.
|||