mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-11 14:57:30 +03:00
Fix a typo in the Cast documentation
This commit is contained in:
parent
be157aabd7
commit
053ffdce08
@ -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.
|
||||
|||
|
||||
|
Loading…
Reference in New Issue
Block a user