mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-11 03:34:13 +03:00
Fixed comment of Effect type; ordering incorrect and vague.
This commit is contained in:
parent
6ee21c78fa
commit
7806ff594f
@ -12,9 +12,9 @@ import Data.Vect
|
||||
||| The Effect type describes effectful computations.
|
||||
|||
|
||||
||| This type is parameterised by:
|
||||
||| + The input resource.
|
||||
||| + The return type of the computation.
|
||||
||| + The computation to run on the resource.
|
||||
||| + The input resource.
|
||||
||| + The computation to run on the resource given the return value.
|
||||
Effect : Type
|
||||
Effect = (x : Type) -> Type -> (x -> Type) -> Type
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user